summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-01-11 00:02:24 +0000
committerChristopher Ng <chrng8@gmail.com>2023-01-11 17:46:32 +0000
commit87007302040e16c38a0a37ae65b1eb4ba51efaed (patch)
treeb499a3f6416af8d86202657d194015804f7a74f6 /package.json
parent8393ae27777777ff2ddcba10a9e124e36c30d634 (diff)
downloadnextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.tar.gz
nextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.zip
Compress SASS output
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5f9065c9f3f..c9fcb796e14 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:jsunit": "karma start tests/karma.config.js --single-run",
- "sass": "sass --load-path core/css core/css/ apps/*/css",
+ "sass": "sass --style compressed --load-path core/css core/css/ apps/*/css",
"sass:watch": "sass --watch --load-path core/css core/css/ apps/*/css",
"sass:icons": "babel-node core/src/icons.js",
"cypress": "npm run cypress:component && npm run cypress:e2e",