X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=637f7d1c72ea45959237bbafc3d9518cd1f582ae;hb=8d621fced0d1b3f66d38b16cd732fd2342622c5d;hp=effc48b0c16e51d44a2c781deb7bd51e9db5d67b;hpb=d6f5dd9adfa8bccc7799396554dfaf80d9522a38;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index effc48b..637f7d1 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,13 +1,18 @@ -JQUERY_SOURCE = jquery-1.2.1.js -COMPRESSOR = yuicompressor-2.2.4.jar +JQUERY_SOURCE = jquery-1.2.2.js +COMPRESSOR = yuicompressor-2.2.5.jar SOURCES = \ $(JQUERY_SOURCE) \ jquery-dom.js \ base.js \ + base64.js \ editPage.js \ + localFile.js \ + login.js \ redirection.js \ screen.js \ + search.js \ + uri.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8 @@ -17,8 +22,8 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) -# cat $(SOURCES) > $@ - cat $(SOURCES) | $(COMPRESS) --warn -o $@ + cat $(SOURCES) > $@ +# cat $(SOURCES) | $(COMPRESS) --warn -o $@ ../Rakka/Resource/JavaScript.hs: packed.js