X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=7063803ce53a914f8680f3a7150b585a899e6eb7;hb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19;hp=b318275a93ff4c2b4318f4450e49fdaec3f1974a;hpb=53e2ccc8c3202b1b3992f0d25c2c07bae0b39638;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index b318275..7063803 100644 --- a/js/Makefile +++ b/js/Makefile @@ -1,5 +1,5 @@ JQUERY_SOURCE = jquery-1.2.2.js -COMPRESSOR = yuicompressor-2.2.4.jar +COMPRESSOR = yuicompressor-2.2.5.jar SOURCES = \ $(JQUERY_SOURCE) \ @@ -11,6 +11,7 @@ SOURCES = \ login.js \ redirection.js \ screen.js \ + search.js \ $(NULL) COMPRESS = java -jar $(COMPRESSOR) --type js --charset UTF-8