Skip to content

Commit

Permalink
ensure we dont compile jquery.cookie.js since its already in toolbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 24, 2011
1 parent d385622 commit 0619648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug_toolbar/media/debug_toolbar/Makefile
Expand Up @@ -3,7 +3,6 @@ all: compress_js compress_css

compress_js:
java -jar ~/bin/yuicompressor.jar js/jquery.js > js/toolbar.min.js
java -jar ~/bin/yuicompressor.jar js/jquery.cookie.js >> js/toolbar.min.js
java -jar ~/bin/yuicompressor.jar js/toolbar.js >> js/toolbar.min.js

compress_css:
Expand Down

0 comments on commit 0619648

Please sign in to comment.