From ed520f265d71ea61ff8c04ae3a0aa4246d447ae7 Mon Sep 17 00:00:00 2001
From: Rob Hudson
Date: Sat, 17 Jan 2009 12:29:51 -0800
Subject: Adjust Makefile to concatenate to jquery.cookie.js onto
toolbar.min.js.
---
debug_toolbar/media/Makefile | 2 +-
debug_toolbar/templates/debug_toolbar/base.html | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
(limited to 'debug_toolbar')
diff --git a/debug_toolbar/media/Makefile b/debug_toolbar/media/Makefile
index a7fd227..a2d6abb 100644
--- a/debug_toolbar/media/Makefile
+++ b/debug_toolbar/media/Makefile
@@ -3,7 +3,7 @@ all: compress_js compress_css
compress_js:
java -jar ~/bin/yuicompressor.jar toolbar.js > toolbar.min.js
- java -jar ~/bin/yuicompressor.jar jquery.cookie.js > jquery.cookie.min.js
+ java -jar ~/bin/yuicompressor.jar jquery.cookie.js >> toolbar.min.js
compress_css:
java -jar ~/bin/yuicompressor.jar --type css toolbar.css > toolbar.min.css
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index 3b8e92e..7277620 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -4,7 +4,6 @@
document.write(unescape('%3Cscript src="' + jquery_url + '" type="text/javascript"%3E%3C/script%3E'));
}
-