Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
chore: use 'compressed' output style for CSS (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMuse committed Feb 19, 2019
1 parent 66b6456 commit e2254ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/precompile-assets.js
Expand Up @@ -73,7 +73,8 @@ function precompileCss () {
file: PATHS.cssEntry,
includePaths: [
PATHS.nodeModules
]
],
outputStyle: 'compressed'
}, async function onSassCompiled (err, result) {
if (err) {
return reject(err)
Expand Down

0 comments on commit e2254ca

Please sign in to comment.