X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;h=482d85bc118afa6b2a9b8ec5aa064d31525c3cbe;hp=929563b256d7fb53dc70d4a02924f82fdd88cf9b;hb=fff2ed1a0a156da47c7fa1e9760c8546b9af44fe;hpb=cfd688cbffbd5fbe33a817671d44f5b98500d60f 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 $@