chore(router): enable bundling

This commit is contained in:
vsavkin 2016-06-21 14:44:36 -07:00
parent 758ee95880
commit 2eb234bc63
1 changed files with 16 additions and 18 deletions

View File

@ -94,7 +94,6 @@ do
echo "====== BUNDLING: ${SRCDIR} ====="
mkdir ${DESTDIR}/bundles
if [[ ${PACKAGE} != router ]]; then
(
cd ${SRCDIR}
echo "..." # here just to have grep match something and not exit with 1
@ -116,5 +115,4 @@ do
$(npm bin)/uglifyjs -c --screw-ie8 -o ${UMD_ES5_MIN_PATH} ${UMD_ES5_PATH}
fi
fi
done