update the build script and rebuild deluge.js and ext-extensions.js
This commit is contained in:
parent
3e1a6a1fb8
commit
6d7572c444
@ -35,8 +35,8 @@ build_deluge() {
|
|||||||
|
|
||||||
[ $NEEDS_BUILD == false ] && return 0
|
[ $NEEDS_BUILD == false ] && return 0
|
||||||
|
|
||||||
echo "Building deluge-yc.js"
|
echo "Building deluge.js"
|
||||||
cat $DELUGE_FILES > deluge-yc.js.tmp
|
cat $DELUGE_FILES > deluge.js.tmp
|
||||||
yuicompressor --type=js -o "deluge.js" "deluge.js.tmp" && rm "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
Loading…
x
Reference in New Issue
Block a user