Created
September 13, 2017 20:07
-
-
Save bcardarella/f4acd7bc9f59fd2a265d296d3555078a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[?25hRegistering hook -> configure[build] | |
[?25hRegistering hook -> build[build] | |
[?25hRegistering hook -> configure[scp] | |
[?25hRegistering hook -> willBuild[scp] | |
[?25hRegistering hook -> build[scp] | |
[?25hRegistering hook -> willUpload[scp] | |
[?25hRegistering hook -> upload[scp] | |
[?25hExecuting pipeline | |
[?25h| | |
[?25h+- configure | |
[?25h| | | |
[?25h| +- build | |
[?25h| [?25h- validating config | |
[?25h| [?25h- Missing config: `outputPath`, using default: `tmp/deploy-dist` | |
[?25h| [?25h- config ok | |
[?25h| | | |
[?25h| +- scp | |
[?25h| [?25h- validating config | |
[?25h| [?25h- Missing config: `port`, using default: `22` | |
[?25h| [?25h- Missing config: `directory`, using default: `tmp/deploy-dist/.` | |
[?25h| [?25h- Missing config: `exclude`, using default: `false` | |
[?25h| [?25h- Missing config: `flags`, using default: `rtvu` | |
[?25h| [?25h- Missing config: `displayCommands`, using default: `false` | |
[?25h| [?25h- Missing config: `beforeBuild`, using default: `[Function]` | |
[?25h| [?25h- Missing config: `beforeUpload`, using default: `[Function]` | |
[?25h| [?25h- config ok | |
[?25h| | |
[?25h+- setup | |
[?25h| | |
[?25h+- willDeploy | |
[?25h| | |
[?25h+- willBuild | |
[?25h| | | |
[?25h| +- scp | |
[?25h| | |
[?25h+- build | |
[?25h| | | |
[?25h| +- build | |
[?25h| [?25h- building app to `tmp/deploy-dist` using buildEnv `production`... | |
[?25l[?25hcleaning up... | |
[?25h[?25h| [?25h- build failed | |
[?25h| | |
[?25h+- didFail | |
[?25hError: The Broccoli Plugin: [Fingerprint] failed with: | |
SyntaxError: Unexpected token: name (timerIds) | |
at JS_Parse_Error.get (eval at <anonymous> (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/uglify-js/tools/node.js:1:1), <anonymous>:86:23) | |
at new BroccoliBuildError (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-builder/lib/broccoli-build-error.js:18:29) | |
at /Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-builder/lib/builder.js:168:19 | |
at tryCatch (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/rsvp/dist/rsvp.js:525:12) | |
at invokeCallback (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/rsvp/dist/rsvp.js:538:13) | |
at publish (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/rsvp/dist/rsvp.js:508:7) | |
at publishRejection (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/rsvp/dist/rsvp.js:443:3) | |
at flush (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/rsvp/dist/rsvp.js:2415:5) | |
at _combinedTickCallback (internal/process/next_tick.js:67:7) | |
at process._tickCallback (internal/process/next_tick.js:98:9) | |
The broccoli plugin was instantiated at: | |
at Fingerprint.Plugin (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-plugin/index.js:7:31) | |
at Fingerprint.Filter [as constructor] (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-filter/index.js:34:10) | |
at new Fingerprint (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-asset-rev/lib/fingerprint.js:27:10) | |
at Fingerprint (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-asset-rev/lib/fingerprint.js:22:12) | |
at new AssetRev (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-asset-rev/lib/asset-rev.js:27:25) | |
at AssetRev (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-asset-rev/lib/asset-rev.js:7:12) | |
at Class.postprocessTree (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/broccoli-asset-rev/index.js:31:40) | |
at projectOrAddon.addons.reduce (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/utilities/addon-process-tree.js:6:25) | |
at Array.reduce (native) | |
at addonProcessTree (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/utilities/addon-process-tree.js:4:32) | |
at EmberApp.addonPostprocessTree (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/broccoli/ember-app.js:596:12) | |
at EmberApp.toTree (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/broccoli/ember-app.js:1699:17) | |
at module.exports (/Users/bcardarella/Dropbox/projects/high-tide-app/ember-cli-build.js:64:14) | |
at Builder.setupBroccoliBuilder (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/models/builder.js:56:19) | |
at new Builder (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli/lib/models/builder.js:30:10) | |
at Class.build (/Users/bcardarella/Dropbox/projects/high-tide-app/node_modules/ember-cli-deploy-build/index.js:33:23) | |
[?25h| | |
[?25hPipeline aborted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment