mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 04:24:37 +04:00
1.0.0-alpha.7
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tabler",
|
||||
"version": "1.0.0-alpha.6",
|
||||
"version_short": "1.0.0-alpha.6",
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version_short": "1.0.0-alpha.7",
|
||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
||||
"scripts": {
|
||||
"start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch",
|
||||
@@ -12,7 +12,7 @@
|
||||
"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": "JEKYLL_ENV=production bundle exec jekyll build --destination demo --trace",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user