angular-css
angular-css copied to clipboard
[Question] Will it work when minified,packed ?
How will it work when we minify and combine all the css into one file on PROD environments ? It may not be a good idea to pack all the css into one file in this case right ?
I'm curious about this as well. Is there a nice, clean way to reference the regular version of the CSS file in development, while referencing the minified version in production?