philgyford / django-hines

Code for my personal website
https://www.gyford.com
16 stars 0 forks source link

Stop using gulp in a Docker container to build Sass and JS files #854

Open philgyford opened 2 months ago

philgyford commented 2 months ago

Sass to CSS

First just keep all the .scss files but change the contents to vanilla CSS:

Then switch over to using django_compressor in development to generate the combined and minified CSS and JS files, like we do in ooh.directory.