JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
gets harder (way too slowly) as you play
[hexbog.git] / Makefile
index 929563b..482d85b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ index.js: main.coffee
        coffee -bc -o .coffee-tmp main.coffee && mv .coffee-tmp/main.js index.js
 
 index_min.js: wordlist_compressed.js index.js
-       cat /usr/share/javascript/jquery/jquery.min.js index.js | uglifyjs -nc -o $@
+       cat /usr/share/javascript/jquery/jquery.min.js index.js > $@
+       #cat /usr/share/javascript/jquery/jquery.min.js index.js | uglifyjs -nc -o $@
 
 wordlist_min.js: wordlist_compressed.js index.js
        cat wordlist_compressed.js | uglifyjs -nc -o $@