Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-03-21 20:31:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-24 11:34:41 +0300
commit940b8da7a931dc40a9e12195ec36db73dd715e72 (patch)
tree039d2e14de410636577ed75a1fd4086c82f64fff /package.json
parentaa3b4d33f832cc4fb2578b85900b011f75edad2a (diff)
Add the css-copy and js-copy tasks before the build script.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 22a2207343..0d9949774e 100644
--- a/package.json
+++ b/package.json
@@ -67,6 +67,7 @@
"lint": "npm-run-all --parallel js-lint css-lint",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
"docs": "npm-run-all css-docs js-docs docs-build docs-lint",
+ "predocs-build": "npm-run-all css-copy js-copy",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
"docs-production": "cross-env HUGO_ENV=production npm run docs-build",