1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

modify dojo rebuild script to remove uncompressed files

This commit is contained in:
Andrew Dolgov 2013-04-02 20:06:04 +04:00
parent fed5badb10
commit 7caa48fe6a

View File

@ -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