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 am not minifying the directories, only the individual files - including the 4 .js files in the top of the app folder. The issue is when I add or modify a file within any of the three directories inside of app/, the directories get minified automatically and are overwriting the minified versions of the controllers.js, directives.js, and factories.js files.
I can work around this by renaming the files or folders so their names no longer match, but my preference would be to just disable directory minification. Or for the extension to be aware that the minified file was from either a directory or a file.
The text was updated successfully, but these errors were encountered:
In my project - an AngularJS SPA - I have it structured like so:
I am not minifying the directories, only the individual files - including the 4 .js files in the top of the app folder. The issue is when I add or modify a file within any of the three directories inside of app/, the directories get minified automatically and are overwriting the minified versions of the controllers.js, directives.js, and factories.js files.
I can work around this by renaming the files or folders so their names no longer match, but my preference would be to just disable directory minification. Or for the extension to be aware that the minified file was from either a directory or a file.
The text was updated successfully, but these errors were encountered: