castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

CSS does not get used when $templateCache is used #27

Closed brianfoody closed 9 years ago

brianfoody commented 9 years ago

Love the plugin but when I went to use this in my deployed version none of the CSS is loading. This looks to be down to the fact that my server version uses $templateCache for all html files and as these aren't loaded over html they are not picking up the new styles. Is there any workaround for this?

brianfoody commented 9 years ago

My bad, issue was due to CSS minification. Too quick to point the finger!