Skip to content

Commit

Permalink
Configure sass script to generate compressed CSS on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Neumayer committed Oct 17, 2021
1 parent acc609e commit 1989b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 898 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "My personal website, redesigned.",
"main": "app.js",
"scripts": {
"sass": "sass --watch ./public/assets/scss/global.scss ./public/assets/css/compiled.css",
"sass": "sass --watch ./public/assets/scss/global.scss ./public/assets/css/compiled.css --style compressed",
"dev": "nodemon app.js"
},
"author": "Manuel Neumayer",
Expand Down
Loading

0 comments on commit 1989b4b

Please sign in to comment.