diff options
| author | XhmikosR <[email protected]> | 2019-08-01 18:07:17 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-18 22:52:38 +0200 |
| commit | 72d7e4612bc97230e2c1da0d5e2229ec21793e51 (patch) | |
| tree | 49e1aa85f43a1641973ac5dd614d066bb0c871af /package.json | |
| parent | 4167c107f81aeb2b05e3fe3e2e511b50ea9be640 (diff) | |
| download | bootstrap-main-xmr-hugo-reorg-files.tar.xz bootstrap-main-xmr-hugo-reorg-files.zip | |
Trying to get rid of the version number from folders.main-xmr-hugo-reorg-files
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 9ecb9c9dd..16fabb7aa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "css-prefix": "npm-run-all --parallel css-prefix-*", "css-prefix-main": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"", "css-prefix-examples": "postcss --config build/postcss.config.js --replace \"site/content/**/*.css\"", - "css-prefix-examples-rtl": "cross-env-shell NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/$npm_package_config_version_short/examples/\" --ext \".rtl.css\" --base \"site/content/docs/$npm_package_config_version_short/examples/\" \"site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/$npm_package_config_version_short/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"", + "css-prefix-examples-rtl": "cross-env NODE_ENV=RTL postcss --config build/postcss.config.js --dir \"site/content/docs/examples/\" --ext \".rtl.css\" --base \"site/content/docs/examples/\" \"site/content/docs/examples/{blog,carousel,dashboard,cheatsheet}/*.css\" \"!site/content/docs/examples/{blog,carousel,dashboard,cheatsheet}/*.rtl.css\"", "js": "npm-run-all js-compile js-minify", "js-compile": "npm-run-all --parallel js-compile-*", "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap", |
