mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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) {
|
||||
gulp.watch(folder + '/scss/**/*.scss', ['compile:css']);
|
||||
});
|
||||
|
||||
// Watch the .scss files in react components
|
||||
gulp.watch('./admin/javascript/src/**/*.scss', ['compile:css']);
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user