|
54 | 54 | "js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/",
|
55 | 55 | "js-minify":"npm-run-all --parallel js-minify-main js-minify-docs",
|
56 | 56 | "js-minify-main":"npm-run-all js-minify-standalone* js-minify-bundle",
|
57 |
| -"js-minify-standalone":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", |
| 57 | +"js-minify-standalone":"terser --compresstypeofs=false--mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", |
58 | 58 | "js-minify-standalone-esm":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
|
59 |
| -"js-minify-bundle":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", |
| 59 | +"js-minify-bundle":"terser --compresstypeofs=false--mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", |
60 | 60 | "js-minify-docs":"cross-env-shell terser --mangle --comments\\\"/^!/\\\" --output site/static/docs/$npm_package_version_short/assets/js/docs.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js\"site/static/docs/$npm_package_version_short/assets/js/src/*.js\"",
|
61 | 61 | "js-test":"npm-run-all js-test-karma* js-test-integration",
|
62 | 62 | "js-debug":"cross-env DEBUG=true karma start js/tests/karma.conf.js",
|
|