1
0
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:
codecalm
2020-04-20 23:18:38 +02:00
parent 14d0c00143
commit 05bbebf478
152 changed files with 41931 additions and 55244 deletions
+3 -3
View File
@@ -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",