mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Dark theme palette shenanigans
I just can't decide
This commit is contained in:
@@ -82,9 +82,9 @@ function browserSyncReload(done) {
|
||||
}
|
||||
|
||||
function watchFiles() {
|
||||
gulp.watch("RIGS/static/scss/**/*.scss", gulp.series(styles, browserSyncReload));
|
||||
gulp.watch("RIGS/static/scss/**/*.scss", styles);
|
||||
// TODO This prevents reload looping, but means we don't reload if new third party scripts are added
|
||||
gulp.watch("RIGS/static/js/src/*", gulp.series(scripts, browserSyncReload));
|
||||
gulp.watch("RIGS/static/js/src/*", scripts);
|
||||
gulp.watch(['templates/**/*.html', 'RIGS/templates/**/*.html', 'assets/templates/**/*.html', 'versioning/templates/**/*.html'], browserSyncReload);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user