mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Watch admin SCSS files
This commit is contained in:
parent
97176581eb
commit
dbe85dff0a
@ -292,6 +292,9 @@ gulp.task('css', ['compile:css'], function () {
|
|||||||
rootCompileFolders.forEach(function (folder) {
|
rootCompileFolders.forEach(function (folder) {
|
||||||
gulp.watch(folder + '/scss/**/*.scss', ['compile:css']);
|
gulp.watch(folder + '/scss/**/*.scss', ['compile:css']);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Watch the .scss files in react components
|
||||||
|
gulp.watch('./admin/javascript/src/**/*.scss', ['compile:css']);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user