diff options
| author | Johann-S <[email protected]> | 2018-09-18 15:52:10 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 16:52:10 +0300 |
| commit | 75f83da5399dac94d8dd93c78cc5a727548ddda4 (patch) | |
| tree | 48f745dc519170b5ce0ceb0d2b31b3cbc6170968 /package.json | |
| parent | c8fd9ddd976fe6529b9edab3804a355e96eba31c (diff) | |
| download | bootstrap-75f83da5399dac94d8dd93c78cc5a727548ddda4.tar.xz bootstrap-75f83da5399dac94d8dd93c78cc5a727548ddda4.zip | |
use bsCustomFileInput in our documentation (#27264)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d85ea56f9..b39a3c70a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "js-minify": "npm-run-all --parallel js-minify-*", "js-minify-standalone": "uglifyjs --compress typeofs=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", "js-minify-bundle": "uglifyjs --compress typeofs=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", - "js-minify-docs": "uglifyjs --mangle --comments \"/^!/\" --output site/docs/4.1/assets/js/docs.min.js site/docs/4.1/assets/js/vendor/anchor.min.js site/docs/4.1/assets/js/vendor/clipboard.min.js site/docs/4.1/assets/js/vendor/holder.min.js \"site/docs/4.1/assets/js/src/*.js\"", + "js-minify-docs": "uglifyjs --mangle --comments \"/^!/\" --output site/docs/4.1/assets/js/docs.min.js site/docs/4.1/assets/js/vendor/anchor.min.js site/docs/4.1/assets/js/vendor/clipboard.min.js site/docs/4.1/assets/js/vendor/holder.min.js site/docs/4.1/assets/js/vendor/bs-custom-file-input.min.js \"site/docs/4.1/assets/js/src/*.js\"", "js-test": "npm-run-all js-test-karma*", "js-test-karma": "karma start js/tests/karma.conf.js", "js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma", |
