Open philgyford opened 2 months ago
First just keep all the .scss files but change the contents to vanilla CSS:
.scss
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.
django_compressor
/assets/
docker/
yarn.lock
package.json
gulpfile.js
node_modules/
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./assets/
directorydocker/
folderyarn.lock
,package.json
,gulpfile.js
,node_modules/