提交 95fbc881 编写于 作者: C codecalm

install scripts

上级 6dcb5d2d
......@@ -39,4 +39,6 @@ gulp.task('watch', ['styles', 'styles-plugins'], function() {
gulp.watch('src/assets/plugins/**/*.scss', ['styles-plugins']);
});
gulp.task('default', ['styles', 'styles-plugins']);
\ No newline at end of file
gulp.task('build', ['styles', 'styles-plugins']);
gulp.task('default', ['build']);
\ No newline at end of file
{
"name": "dashboard",
"version": "1.0.0",
"main": "index.js",
"name": "tabler",
"description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
"version": "0.0.1",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"admin",
"dashboard",
"admin panel"
],
"homepage": "https://tabler.github.io",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"gulp-watch": "gulp watch",
"jekyll-watch": "jekyll build --watch",
"jekyll-serve": "jekyll serve --livereload",
"dist": "gulp build && jekyll build --destination dist",
"watch": "npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "npm-run-all --parallel gulp-watch jekyll-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecalm/bootstrap-dashboard.git"
"url": "git+https://github.com/tabler/tabler.git"
},
"author": "codecalm",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/codecalm/bootstrap-dashboard/issues"
"url": "https://github.com/tabler/tabler/issues"
},
"homepage": "https://github.com/codecalm/bootstrap-dashboard#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-rcs": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-selectors": "^0.1.10"
"gulp-selectors": "^0.1.10",
"npm-run-all": "^4.1.2"
},
"dependencies": {},
"description": ""
"dependencies": {}
}
......@@ -69,8 +69,8 @@ Add a dismiss button and the `.alert-dismissible` class, which adds extra paddin
voluptate.
</p>
<div class="btn-list">
<button class="btn btn-success btn-outline" type="button">Okay</button>
<button class="btn btn-success" type="button">Okay</button>
<button class="btn btn-secondary" type="button">No, thanks</button>
</div>
</div>
{% endexample %}
\ No newline at end of file
{% endexample %}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册