chore(router): enable bundling
This commit is contained in:
2
build.sh
2
build.sh
@ -94,7 +94,6 @@ do
|
|||||||
echo "====== BUNDLING: ${SRCDIR} ====="
|
echo "====== BUNDLING: ${SRCDIR} ====="
|
||||||
mkdir ${DESTDIR}/bundles
|
mkdir ${DESTDIR}/bundles
|
||||||
|
|
||||||
if [[ ${PACKAGE} != router ]]; then
|
|
||||||
(
|
(
|
||||||
cd ${SRCDIR}
|
cd ${SRCDIR}
|
||||||
echo "..." # here just to have grep match something and not exit with 1
|
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}
|
$(npm bin)/uglifyjs -c --screw-ie8 -o ${UMD_ES5_MIN_PATH} ${UMD_ES5_PATH}
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user