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:
@ -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
|
||||
|
Reference in New Issue
Block a user