COmpress output

This commit is contained in:
Kognise 2019-04-06 16:43:52 -04:00
parent bfd619e330
commit 2b900b7e66
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6
4 changed files with 4 additions and 196 deletions

View file

@ -4,7 +4,7 @@
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
"main": "index.js",
"scripts": {
"build": "node-sass src/ --output dist/",
"build": "node-sass src/ --output dist/ --output-style compressed",
"dev": "node dev.js"
},
"repository": {