@@ -60,10 +60,13 @@ data/data.js: $(DATA_FILES)
js/lib/locale.js \
locale/*.js
iD.js: Makefile
iD.js: node_modules Makefile
@rm -f $@
cat $(filter %.js,$^) > $@
node_modules:
npm install
%.min.js: %.js Makefile
$(JS_COMPILER) $< -c -m -o $@
The note is not visible to the blocked user.