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

WIP upgrade ember-cli from 0.0.40 to 0.1.2, and upgrade add-ons #79

Merged
merged 1 commit into from
Nov 15, 2014

Conversation

oliverbarnes
Copy link
Owner

Build failing:

➜  participate-frontend git:(upgrade-cli) ✗ ember build
version: 0.1.2
Build failed.
File: participate-frontend/templates/alert.js
Line 1: Unexpected identifier
Error: Line 1: Unexpected identifier
    at throwError (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:2579:21)
    at throwUnexpected (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:2623:13)
    at expect (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:2650:13)
    at parseArrayInitialiser (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:2783:21)
    at parsePrimaryExpression (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:3076:20)
    at /Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:5661:38
    at trackLeftHandSideExpressionAllowCall (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:5563:61)
    at parsePostfixExpression (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:3214:20)
    at /Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:5661:38
    at parseUnaryExpression (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-es6-concatenator/node_modules/es6-module-transpiler/dist/es6-module-transpiler.js:3278:16)

@oliverbarnes
Copy link
Owner Author

new build error after emblem fix:

➜  participate-frontend git:(upgrade-cli) ✗ ember build
version: 0.1.2
Build failed.
ENOENT, no such file or directory 'bower_components/bourbon/dist/'
Error: ENOENT, no such file or directory 'bower_components/bourbon/dist/'
    at Object.fs.lstatSync (fs.js:679:18)
    at symlinkOrCopySync (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/symlink-or-copy/index.js:19:12)
    at CustomStaticCompiler.StaticCompiler._copy (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-static-compiler/index.js:59:3)
    at /Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/broccoli-static-compiler/index.js:25:12
    at $$$internal$$tryCatch (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:470:16)
    at $$$internal$$invokeCallback (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:482:17)
    at $$$internal$$publish (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:453:11)
    at $$rsvp$asap$$flush (/Users/work/Projects/participate-frontend/node_modules/ember-cli/node_modules/rsvp/dist/rsvp.js:1531:9)
    at process._tickCallback (node.js:415:13)

@oliverbarnes
Copy link
Owner Author

Building. Working on getting tests to run now, with ember-cli-mocha

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 this pull request may close these issues.

None yet

1 participant