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