diff --git a/Makefile b/Makefile index 39e522bd9..cd022d4c3 100644 --- a/Makefile +++ b/Makefile @@ -46,23 +46,24 @@ MODULE_TARGETS = \ js/lib/id/actions.js \ js/lib/id/modes.js \ js/lib/id/presets.js \ - js/lib/id/validations.js \ - js/lib/id/util.js + js/lib/id/util.js \ + js/lib/id/validations.js js/lib/id/actions.js: modules/ node_modules/.bin/rollup -f umd -n iD.actions modules/actions/index.js --no-strict > $@ +js/lib/id/modes.js: modules/ + node_modules/.bin/rollup -f umd -n iD.modes modules/modes/index.js --no-strict > $@ + js/lib/id/presets.js: modules/ node_modules/.bin/rollup -f umd -n iD.presets modules/presets/index.js --no-strict > $@ -js/lib/id/validations.js: modules/ - node_modules/.bin/rollup -f umd -n iD.validations modules/validations/index.js --no-strict > $@ - js/lib/id/util.js: modules/ node_modules/.bin/rollup -f umd -n iD.util modules/util/index.js --no-strict > $@ -js/lib/id/modes.js: modules/ - node_modules/.bin/rollup -f umd -n iD.modes modules/modes/index.js --no-strict > $@ +js/lib/id/validations.js: modules/ + node_modules/.bin/rollup -f umd -n iD.validations modules/validations/index.js --no-strict > $@ + dist/iD.js: \ js/lib/bootstrap-tooltip.js \ diff --git a/index.html b/index.html index b4ef0c747..b2dbac939 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,10 @@ + + @@ -161,19 +163,6 @@ - - - - - - - - - - - - - @@ -198,12 +187,6 @@ - - - - - - diff --git a/test/index.html b/test/index.html index 1dee1e235..2349f99a1 100644 --- a/test/index.html +++ b/test/index.html @@ -3,17 +3,17 @@