mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 04:24:37 +04:00
build demo
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
"start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch",
|
||||
"start-incremental": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch-incremental",
|
||||
"build": "BUNDLE=true npm-run-all clean-build html-build css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build",
|
||||
"build-demo": "BUNDLE=true npm-run-all clean-build html-build-demo css-build js-compile-bundle js-libs-bundle images-copy-build assets-copy-build",
|
||||
"bundlesize": "bundlesize",
|
||||
"browsersync": "node build/browsersync.js",
|
||||
"images-copy-build": "cp -R img/* dist/img/",
|
||||
"assets-copy-build": "mkdir -p demo/dist && cp -R dist/* demo/dist/ && mkdir -p demo/static && cp -R static/* demo/static/",
|
||||
"html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination demo",
|
||||
"html-build-demo": "JEKYLL_ENV=production bundle exec jekyll build --destination demo --config _config.yml,_config-demo.yml",
|
||||
"lint": "npm-run-all --parallel js-lint css-lint",
|
||||
"clean": "rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js",
|
||||
"clean-build": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img",
|
||||
|
||||
Reference in New Issue
Block a user