mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Fix scss watcher.
This commit is contained in:
@@ -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"]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user