Skip to content

Commit 0619648

Browse files
committed
ensure we dont compile jquery.cookie.js since its already in toolbar.js
1 parent d385622 commit 0619648

File tree

1 file changed

+0
-1
lines changed
  • debug_toolbar/media/debug_toolbar

1 file changed

+0
-1
lines changed

debug_toolbar/media/debug_toolbar/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ all: compress_js compress_css
33

44
compress_js:
55
java -jar ~/bin/yuicompressor.jar js/jquery.js > js/toolbar.min.js
6-
java -jar ~/bin/yuicompressor.jar js/jquery.cookie.js >> js/toolbar.min.js
76
java -jar ~/bin/yuicompressor.jar js/toolbar.js >> js/toolbar.min.js
87

98
compress_css:

0 commit comments

Comments
 (0)