mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Merge branch 'd3-v4' of github.com:openstreetmap/iD into d3-v4
This commit is contained in:
@@ -59,7 +59,6 @@ function build() {
|
||||
]
|
||||
|
||||
}).then(function (bundle) {
|
||||
console.timeEnd('Rebuilt');
|
||||
bundle.write({
|
||||
format: 'iife',
|
||||
dest: 'dist/iD.js',
|
||||
@@ -67,6 +66,7 @@ function build() {
|
||||
useStrict: false
|
||||
});
|
||||
building = false;
|
||||
console.timeEnd('Rebuilt');
|
||||
|
||||
}, function(err) {
|
||||
building = false;
|
||||
|
||||
Reference in New Issue
Block a user