jeudi 13 août 2015

Is there a proper substitute for Django Compressor in the MEAN development world?

While working with django, I just write SCSS and put the scss files under

{% compress css %} 
files go here 
{% endcompress %} 

Is there a similar replacement for this? Right now, I'm using Compass which keeps track of all my SCSS files and creates CSS files upon any change. With Compass, I have to include my CSS files in the HTML. I was wondering if I can add SCSS files to the HTML and serve them as one compressed CSS file which can be cached by the client and invalidated upon change.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire