forked from public/foundryvtt-reve-de-dragon
Fix templates for new appv2
This commit is contained in:
@ -19,7 +19,7 @@ const css = gulp.series(compileLESS);
|
||||
/* ----------------------------------------- */
|
||||
/* Watch Updates
|
||||
/* ----------------------------------------- */
|
||||
const SIMPLE_LESS = ["less/*.less"];
|
||||
const SIMPLE_LESS = ["less/*.less", "less/item/*.less"];
|
||||
|
||||
function watchUpdates() {
|
||||
gulp.watch(SIMPLE_LESS, css);
|
||||
|
Reference in New Issue
Block a user