-
Notifications
You must be signed in to change notification settings - Fork 73
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
mean package newPkg fails #3
mean package newPkg fails #3
Comments
@theneilmeister I see the problem. Fix forthcoming. |
@theneilmeister Thanks for pointing out the issue! published as Note: only |
update master brunch
I'm having an issue with creating a new mean package "testPackage".
Running OSX 10.9, npm 1.4.23 rocking mean v0.5.26.
Steps:
npm install -g meanio
npm install -g mean-cli
mean init testApp
cd testApp
npm install
grunt // Works great :)
// then
mean package testPackage
grunt // Fails :(
Terminal output:
Running "clean:0" (clean) task
Done, without errors.
Execution Time (2014-09-12 16:48:47 UTC)
loading tasks 880ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
Total 887ms
Running "clean:0" (clean) task
Running "jshint:all" (jshint) task
packages/custom/testpackage/app.js
27 | Testpackage.aggregateAsset('css', testpackage + '.css');
^ 'testpackage' is not defined.
Aborted due to warnings.
Many thanks guys
The text was updated successfully, but these errors were encountered: