modify dojo rebuild script to remove uncompressed files
This commit is contained in:
parent
fed5badb10
commit
7caa48fe6a
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ if [ -d util/buildscripts/ ]; then
|
||||||
rm -rf ../dojo ../dijit
|
rm -rf ../dojo ../dijit
|
||||||
cp -r release/dojo/dojo ..
|
cp -r release/dojo/dojo ..
|
||||||
cp -r release/dojo/dijit ..
|
cp -r release/dojo/dijit ..
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
find dojo -name '*uncompressed*' -exec rm -- {} \;
|
||||||
|
find dijit -name '*uncompressed*' -exec rm -- {} \;
|
||||||
else
|
else
|
||||||
echo $0: ERROR: Dojo build seems to have failed.
|
echo $0: ERROR: Dojo build seems to have failed.
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue