X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=e1e6b0cd3fa1c310315a71faddb1994dab80aba6;hb=cddd833c65cdd8092588bd3bdfe2b9153848302f;hp=689deeed31adb6c42462599fcf99dccb04b8715a;hpb=e0da4e15d6a4053be720bddf62ae755f1f63ec3b;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index 689deee..e1e6b0c 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,12 +1,20 @@ -JQUERY_SOURCE = jquery-1.2.1.js -COMPRESSOR = yuicompressor-2.2.4.jar +JQUERY_SOURCE = jquery-1.2.2.js +COMPRESSOR = yuicompressor-2.3.5.jar SOURCES = \ $(JQUERY_SOURCE) \ jquery-dom.js \ base.js \ + base64.js \ editPage.js \ + localFile.js \ + login.js \ + redirection.js \ + parseuri.js \ screen.js \ + search.js \ + systemConfig.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8 @@ -16,8 +24,8 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) -# cat $(SOURCES) > $@ - cat $(SOURCES) | $(COMPRESS) --warn -o $@ + cat $(SOURCES) > $@ +# cat $(SOURCES) | $(COMPRESS) -o $@ ../Rakka/Resource/JavaScript.hs: packed.js