mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
update the build script and rebuild deluge.js and ext-extensions.js
This commit is contained in:
parent
3e1a6a1fb8
commit
6d7572c444
3 changed files with 4 additions and 4 deletions
|
@ -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
Loading…
Add table
Reference in a new issue