aboutsummaryrefslogtreecommitdiffstats
path: root/lib/buildcss/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buildcss/package.json')
-rw-r--r--lib/buildcss/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildcss/package.json b/lib/buildcss/package.json
index ea498b0..79fa81e 100644
--- a/lib/buildcss/package.json
+++ b/lib/buildcss/package.json
@@ -22,8 +22,8 @@
"scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
- "mga": "npm-run-all --parallel css js mga-*",
- "mga-js": "terser js/dist/collapse.js --compress typeofs=false --mangle --output mga/bootstrap.min.js",
+ "mga": "npm-run-all css js mga-*",
+ "mga-js": "terser js/dist/util.js js/dist/collapse.js --compress typeofs=false --mangle --output mga/bootstrap.min.js",
"mga-css": "cleancss -O1 --format breakWith=lf --output mga/bootstrap.min.css dist/css/mga-bootstrap.css",
"css": "npm-run-all css-compile css-prefix css-minify",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/",