update the build script and rebuild deluge.js and ext-extensions.js

This commit is contained in:
Damien Churchill 2009-11-25 18:52:00 +00:00
parent 3e1a6a1fb8
commit 6d7572c444
3 changed files with 4 additions and 4 deletions

View file

@ -35,8 +35,8 @@ build_deluge() {
[ $NEEDS_BUILD == false ] && return 0
echo "Building deluge-yc.js"
cat $DELUGE_FILES > deluge-yc.js.tmp
echo "Building deluge.js"
cat $DELUGE_FILES > deluge.js.tmp
yuicompressor --type=js -o "deluge.js" "deluge.js.tmp" && rm "deluge.js.tmp"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long