X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=b318275a93ff4c2b4318f4450e49fdaec3f1974a;hb=53e2ccc8c3202b1b3992f0d25c2c07bae0b39638;hp=a399e6f2fe63a2ecaf33292c430a0cd71c8b516b;hpb=d128bc12ae9f763c37941122bf2e163517810bba;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index a399e6f..b318275 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,4 +1,4 @@ -JQUERY_SOURCE = jquery-1.2.1.js +JQUERY_SOURCE = jquery-1.2.2.js COMPRESSOR = yuicompressor-2.2.4.jar SOURCES = \ @@ -8,6 +8,7 @@ SOURCES = \ base64.js \ editPage.js \ localFile.js \ + login.js \ redirection.js \ screen.js \ $(NULL) @@ -19,8 +20,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