mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34: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
|
||||
.DS_Store
|
||||
/Gemfile.lock
|
||||
/dist/
|
||||
/_site/
|
||||
/.cache/
|
||||
|
||||
@@ -18,3 +17,5 @@ tmp/
|
||||
/site/static/**/dist/
|
||||
/resources/
|
||||
/svg-tmp/
|
||||
/dist/
|
||||
/dist-html/
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"bundlesize": "bundlesize",
|
||||
"browsersync": "node build/browsersync.js",
|
||||
"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",
|
||||
"clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js",
|
||||
"css": "npm-run-all css-compile css-prefix css-minify",
|
||||
|
||||
Reference in New Issue
Block a user