1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 19:11:40 +04:00

dist build

This commit is contained in:
chomik
2018-02-26 16:23:45 +01:00
parent 25bf7d70d0
commit a525fa3ef3
37 changed files with 19736 additions and 26628 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"jekyll-serve": "jekyll serve --livereload",
"gh-pages": "./gh-pages.sh",
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist && ./gh-pages.sh",
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist",
"publish": "dist && ./gh-pages.sh",
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
},