mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Merge branch 'd3-v4' of github.com:openstreetmap/iD into d3-v4
This commit is contained in:
@@ -38,7 +38,7 @@ function build() {
|
||||
|
||||
if (process.argv[2] === 'develop') {
|
||||
build();
|
||||
gaze('modules/**.js', function(err, watcher) {
|
||||
gaze('modules/**/**.js', function(err, watcher) {
|
||||
watcher.on('all', function() {
|
||||
build();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user