mirror of
https://github.com/tabler/tabler.git
synced 2026-07-17 19:11:40 +04:00
install scripts
This commit is contained in:
+3
-1
@@ -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']);
|
||||
gulp.task('build', ['styles', 'styles-plugins']);
|
||||
|
||||
gulp.task('default', ['build']);
|
||||
Reference in New Issue
Block a user