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:
parent
bbd2fccf11
commit
ec02d5868c
1 changed files with 1 additions and 1 deletions
|
@ -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"]);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue