chore(gulp): moves bundles to dist/js/bundles

- renames bundle.js.deps to bundles.js.
- makes all other bundle tasks private.

Closes #3286
This commit is contained in:
Rado Kirov
2015-07-24 14:45:00 -07:00
committed by Tobias Bosch
parent 05c4fb2fac
commit bb50cda181
2 changed files with 25 additions and 25 deletions

View File

@ -13,7 +13,7 @@ ARG_DEFS=(
function init {
TMP_DIR=$(resolveDir ../../tmp)
BUILD_DIR=$(resolveDir ../../dist/bundle)
BUILD_DIR=$(resolveDir ../../dist/js/bundle)
REPO_DIR=$TMP_DIR/code.angularjs.org
# TODO: replace with version read from the bundle dir.
NEW_VERSION=$VERSION_NUMBER