X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=6abf82cd96917ffbc43fff2fe0c1ffaef2f5a365;hp=482d85bc118afa6b2a9b8ec5aa064d31525c3cbe;hb=996f6a6b925dc2e2f1495ecb81d2b5bf5e86033e;hpb=b20403c1264f721d3e85779df74200def0bea565 diff --git a/Makefile b/Makefile index 482d85b..6abf82c 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +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 > $@ - #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 $@