Merge branch 'd3-v4' of github.com:openstreetmap/iD into d3-v4

This commit is contained in:
Tom MacWright
2016-09-01 08:47:42 -04:00
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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();
});