chore: fixes gulp watch build
This commit is contained in:
parent
ce2e2b0921
commit
5895edcad6
2 changed files with 5370 additions and 1 deletions
|
@ -8,5 +8,7 @@ import Paths from "../../extensions/consts/paths";
|
|||
* Watches files and build the themes
|
||||
*/
|
||||
export default gulp.task('watch', () => {
|
||||
gulp.watch(path.join(Paths.SRC, `./themes/**/*.json`), ['build:themes']);
|
||||
// Commented due
|
||||
// gulp.watch(path.join(Paths.SRC, `./themes/**/*.json`), ['build:themes']);
|
||||
gulp.watch(path.join(Paths.SRC, `./themes/**/*.json`));
|
||||
});
|
5367
package-lock.json
generated
Normal file
5367
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue