chore: fixes gulp watch build

This commit is contained in:
OctoD 2017-07-18 14:43:26 +02:00
parent ce2e2b0921
commit 5895edcad6
2 changed files with 5370 additions and 1 deletions

View file

@ -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

File diff suppressed because it is too large Load diff