diff options
| author | Ken Sheedlo | 2013-07-29 16:58:55 -0700 | 
|---|---|---|
| committer | Ken Sheedlo | 2013-07-29 17:26:01 -0700 | 
| commit | 576269b1b719715e3aec587edf4004ccc3d18f5b (patch) | |
| tree | c3465d950d50dd811b536c8f587a5d89ba7b404c /angularFiles.js | |
| parent | e1a8b42400a842cbc19a09262efce8e05795db0e (diff) | |
| download | angular.js-576269b1b719715e3aec587edf4004ccc3d18f5b.tar.bz2 | |
fix(bower): update bower usage and resources
Changes:
- Fix our old code to use bower_components/ as the install dir
- Fix the Bootstrap asset to use github.com/twbs/bootstrap (it moved)
- Fail the build on Bower failure. Bower should not fail silently.
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/angularFiles.js b/angularFiles.js index c06f8adc..60bae40a 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -117,7 +117,7 @@ angularFiles = {    ],    'karma': [ -    'components/jquery/jquery.js', +    'bower_components/jquery/jquery.js',      'test/jquery_remove.js',      '@angularSrc',      'src/publishExternalApis.js', @@ -154,7 +154,7 @@ angularFiles = {    ],    'karmaJquery': [ -    'components/jquery/jquery.js', +    'bower_components/jquery/jquery.js',      'test/jquery_alias.js',      '@angularSrc',      'src/publishExternalApis.js', | 
