mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:36:30 +00:00
modify dojo rebuild script to remove uncompressed files
This commit is contained in:
@@ -18,6 +18,11 @@ if [ -d util/buildscripts/ ]; then
|
||||
rm -rf ../dojo ../dijit
|
||||
cp -r release/dojo/dojo ..
|
||||
cp -r release/dojo/dijit ..
|
||||
|
||||
cd ..
|
||||
|
||||
find dojo -name '*uncompressed*' -exec rm -- {} \;
|
||||
find dijit -name '*uncompressed*' -exec rm -- {} \;
|
||||
else
|
||||
echo $0: ERROR: Dojo build seems to have failed.
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user