You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an AngularJS project using yeoman and related build tools.
Running the command: grunt serve
everything is working as expected.
Running the command: grunt serve:dist or grunt build
the generated app in dist folder is not working giving the following error:
vendor.f13d432c.js:1 Uncaught Error: [$injector:modulerr] Failed to instantiate module MyApp due to:
Error: [$injector:modulerr] Failed to instantiate module angular-inview due to:
Error: [$injector:nomod] Module 'angular-inview' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
I think is something related on usemin task for minification process.
Is anybody else experiencing this problem?
The text was updated successfully, but these errors were encountered:
strange, I never had minification issues. Also the error seams more like as if your build process is not including angular-inview in your vendors. could it be?
I made an AngularJS project using yeoman and related build tools.
Running the command:
grunt serve
everything is working as expected.
Running the command:
grunt serve:dist
orgrunt build
the generated app in dist folder is not working giving the following error:
I think is something related on usemin task for minification process.
Is anybody else experiencing this problem?
The text was updated successfully, but these errors were encountered: