aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
diff options
context:
space:
mode:
authorRob Hudson2009-01-17 12:29:51 -0800
committerRob Hudson2009-01-17 12:29:51 -0800
commited520f265d71ea61ff8c04ae3a0aa4246d447ae7 (patch)
tree12f0a5b6246ee53865c50534689c2ac25779a663 /debug_toolbar/media
parenta51c3a5bba2e0d0e7046cd7eaee86ac01cf097d8 (diff)
downloaddjango-debug-toolbar-ed520f265d71ea61ff8c04ae3a0aa4246d447ae7.tar.bz2
Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.
Diffstat (limited to 'debug_toolbar/media')
-rw-r--r--debug_toolbar/media/Makefile2
1 files changed, 1 insertions, 1 deletions
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