mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
committed by
Kushan Joshi
parent
ddbc9df113
commit
2d583a9400
@@ -36,6 +36,13 @@ if (isDevelopment) {
|
||||
});
|
||||
});
|
||||
|
||||
// gaze(['data/**/*.{js,json}'], function(err, watcher) {
|
||||
// watcher.on('all', function() {
|
||||
// build();
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
gaze(['modules/**/*.js', 'data/**/*.{js,json}'], function(err, watcher) {
|
||||
watcher.on('all', function() {
|
||||
build();
|
||||
|
||||
Reference in New Issue
Block a user