Using Mean.io - How to disable JS file aggregation
During development, I would like to have the original (not aggregated) files loaded .js
.
Mean.io documentation says:
All javascript inside public is automatically aggregated, except for files in assets.
This is my file structure:
public
--- assets # Javascript/Css/Images (not aggregated)
--- controllers
--- config
--- services
--- views
How can I disable aggregation for all .js
files publicly?
+3
user1066132
source
to share
1 answer
I am using version 0.6.16. You can install
aggregate lie
in config / env / .js file to disable aggregation of js and css files
+1
venkat
source
to share