Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postcss/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss/gulpfile.js b/postcss/gulpfile.js
index 2ce79fc..d825a15 100644
--- a/postcss/gulpfile.js
+++ b/postcss/gulpfile.js
@@ -16,7 +16,7 @@ gulp.task('css', function() {
.pipe(gulp.dest('dest'));
});
-gulp.task('default', ['css']);
+gulp.task('default', ['css', 'watch']);
gulp.task('watch', function() {
gulp.watch('src/main.css', ['css'])