summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 10:59:50 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-18 10:59:50 -0500
commit8f346947ff82c11f087a753a671ab09737abb957 (patch)
tree64897d8372752420cc28d25fe7a67458c6d916ef /Makefile
parentcbdcb67b5f87962d3f5fa62b3337d72df81fdcfd (diff)
downloadhtml5ks-8f346947ff82c11f087a753a671ab09737abb957.tar.xz
html5ks-8f346947ff82c11f087a753a671ab09737abb957.zip
even more stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 596cda0..0e3e0bc 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ JSOUT := www/js/all.min.js
js: $(JSOUT)
-$(JSOUT): $(JS) .modules
+$(JSOUT): $(JS) modules
$(UGLIFYJS) $(JS) -o "$@" --source-map "$@".map --source-map-url ./all.min.js.map -p 2 -m -c drop_debugger=false
# === MISC ===