aboutsummaryrefslogtreecommitdiffstats
path: root/lib/buildcss/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buildcss/readme.txt')
-rw-r--r--lib/buildcss/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/buildcss/readme.txt b/lib/buildcss/readme.txt
index dd3466a..fab5366 100644
--- a/lib/buildcss/readme.txt
+++ b/lib/buildcss/readme.txt
@@ -18,8 +18,8 @@ npm install
add mga-bootstrap.scss in scss/
Add on package.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",
run everything: