From: XhmikosR Date: Thu, 21 Mar 2019 17:31:32 +0000 (+0200) Subject: Add the css-copy and js-copy tasks before the build script. X-Git-Tag: v5.0.0-alpha1~1170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940b8da7a931dc40a9e12195ec36db73dd715e72;p=thirdparty%2Fbootstrap.git Add the css-copy and js-copy tasks before the build script. --- 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",