This commit is contained in:
JC Brand 2021-04-09 10:17:38 +02:00
parent 548021b556
commit be9db63718
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ dist/converse.js:: node_modules
dist/converse.css:: node_modules
npm run dev
dist/website.css:: node_modules
$(SASS) --source-map true --include-path $(BOOTSTRAP) sass/website.scss $@
dist/website.css:: node_modules src
$(SASS) --source-map true --include-path $(BOOTSTRAP) src/shared/styles/website.scss $@
dist/website.min.css:: node_modules dist/website.css
$(CLEANCSS) dist/website.css > $@