diff --git a/gulpfile.js b/gulpfile.js index 2d49e57f8..421306a4d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -66,5 +66,5 @@ gulp.task("dist", function(next) { // Watch gulp.task("default", ["styles-dev"], function () { - gulp.watch(paths.scss, ["autoprefixer"]); + gulp.watch(paths.scss, ["styles-dev"]); });