0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Fix scss watcher.

This commit is contained in:
Andrey Antukh 2016-02-24 16:45:28 +02:00
parent bbd2fccf11
commit ec02d5868c

View file

@ -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"]);
});