diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 10:59:50 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 10:59:50 -0500 |
commit | 8f346947ff82c11f087a753a671ab09737abb957 (patch) | |
tree | 64897d8372752420cc28d25fe7a67458c6d916ef /Makefile | |
parent | cbdcb67b5f87962d3f5fa62b3337d72df81fdcfd (diff) | |
download | html5ks-8f346947ff82c11f087a753a671ab09737abb957.tar.xz html5ks-8f346947ff82c11f087a753a671ab09737abb957.zip |
even more stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 === |