1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

dist-html build script

This commit is contained in:
codecalm
2019-07-26 15:56:33 +02:00
parent 17b24e741f
commit c798338273
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -7,7 +7,6 @@ tmp/
/yarn.lock /yarn.lock
.DS_Store .DS_Store
/Gemfile.lock /Gemfile.lock
/dist/
/_site/ /_site/
/.cache/ /.cache/
@@ -18,3 +17,5 @@ tmp/
/site/static/**/dist/ /site/static/**/dist/
/resources/ /resources/
/svg-tmp/ /svg-tmp/
/dist/
/dist-html/

View File

@@ -8,7 +8,7 @@
"bundlesize": "bundlesize", "bundlesize": "bundlesize",
"browsersync": "node build/browsersync.js", "browsersync": "node build/browsersync.js",
"html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch", "html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch",
"html-build": "JEKYLL_ENV=production bundle exec jekyll build", "html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html",
"lint": "npm-run-all --parallel js-lint css-lint", "lint": "npm-run-all --parallel js-lint css-lint",
"clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js", "clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js",
"css": "npm-run-all css-compile css-prefix css-minify", "css": "npm-run-all css-compile css-prefix css-minify",