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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user