Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dojo build is broken #72

Closed
steveoh opened this issue Jul 25, 2022 · 0 comments · Fixed by #98
Closed

Dojo build is broken #72

steveoh opened this issue Jul 25, 2022 · 0 comments · Fixed by #98
Assignees

Comments

@steveoh
Copy link
Member

steveoh commented Jul 25, 2022

uglify step is not happy about something...

Running "uglify:prod" (uglify) task
JS_Parse_Error [SyntaxError]: Name expected
    at JS_Parse_Error.get (eval at <anonymous> (/home/runner/work/raster/raster/node_modules/uglify-js/tools/node.js:18:1), <anonymous>:63:23)
    at formatError (internal/util/inspect.js:1149:38)
    at formatRaw (internal/util/inspect.js:919:14)
    at formatValue (internal/util/inspect.js:774:10)
    at inspect (internal/util/inspect.js:319:10)
    at beautifyArgs (/home/runner/work/raster/raster/node_modules/better-log/index.js:35:10)
    at console.betterLog (/home/runner/work/raster/raster/node_modules/better-log/index.js:43:41)
    at /home/runner/work/raster/raster/node_modules/grunt-contrib-uglify/tasks/uglify.js:144:17
    at Array.forEach (<anonymous>)
    at Object.<anonymous> (/home/runner/work/raster/raster/node_modules/grunt-contrib-uglify/tasks/uglify.js:78:16) ***
  filename: 'Toolbox.js',
  line: 5,
  col: [58](https://github.com/agrc/raster/runs/7503551032?check_suite_focus=true#step:7:59)5,
  pos: 12304
***
>> Uglifying source dist/app/Toolbox.js failed.
Warning: Uglification failed.
Name expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants