X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=482d85bc118afa6b2a9b8ec5aa064d31525c3cbe;hp=929563b256d7fb53dc70d4a02924f82fdd88cf9b;hb=0521f06243210249fbde700173da318dd5a0cd71;hpb=f22ca7c08d0628d1b4a021820afdd406b4e826a0 diff --git a/Makefile b/Makefile index 929563b..482d85b 100644 --- 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 $@