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
....or another good way is to create just ONE file - may be app.js (and the may be minify it to app.min.js)..... and write all the .js files in that... and just include that one file in your project... create a gulp task for this..
you need:
gulp sourcemap
gulp concat
The text was updated successfully, but these errors were encountered:
Instead of manually referencing your controllers and directives, etc... find a way that this process can be automated..
Use gulp task may be:
https://www.npmjs.com/package/gulp-inject
....or another good way is to create just ONE file - may be app.js (and the may be minify it to app.min.js)..... and write all the .js files in that... and just include that one file in your project... create a gulp task for this..
you need:
The text was updated successfully, but these errors were encountered: