-
Notifications
You must be signed in to change notification settings - Fork 661
In "dist" mode Angular throws an errors "Failed to instantiate module due it is not available!" But I can see it in vendor.js file. #547
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
Comments
I'm staring to suppose that's not the generator-gulp-angular issue. When I remove |
It is a generator issue. For some reason the order of files on serve (which works) is not the same as the order they are inserted in the app.js on build (which doesn't) |
I think this issue is fixed on master branch |
|
@zckrs thanks for the help! |
🎉 Just released v0.12.0 🎉 |
@zckrs nice! Btw how shall I properly upgrade my current project? |
there is no upgrade provide by yeoman. But be careful. Before upgrade I suggest you to create a branch in your project. This post should help you http://stackoverflow.com/questions/18480316/how-to-upgrade-existing-project-scaffolded-with-yeoman |
This link to stackoverflow has to be somwhere in our docs once and for all :) |
Hello!
This issue only occurs in the "dist" mode. Please have a look what I've got when running my app.
At first I thought that
a0-angular-storage
module wasn't compiled and included into the vendor.js file.But it's there!
Moreover files from the
assets
folder (ckeditor.js, bootflat.css) are not found it the dist mode (the first screenshot).Can you please help me to deal with this problems?
Thanks!
The text was updated successfully, but these errors were encountered: