diff options
| author | Matias Niemelä | 2013-05-16 14:55:56 -0400 |
|---|---|---|
| committer | Misko Hevery | 2013-05-20 14:27:34 -0700 |
| commit | 2f571a9c830df814902fbdda1e9240b36bb64e3e (patch) | |
| tree | 87c330af480442b4c7eb52ff8a443db192043e2c /angularFiles.js | |
| parent | 9f4f5937112655a9881d3281da8e72035bc8b180 (diff) | |
| download | angular.js-2f571a9c830df814902fbdda1e9240b36bb64e3e.tar.bz2 | |
chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/angularFiles.js b/angularFiles.js index 2c2e4e0c..0a14df0e 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -76,7 +76,7 @@ angularFiles = { 'src/ngMobile/directive/ngClick.js', 'src/ngMobile/directive/ngSwipe.js', - 'src/bootstrap/bootstrap.js' + 'docs/components/bootstrap/bootstrap.js' ], 'angularScenario': [ @@ -104,7 +104,6 @@ angularFiles = { 'test/ngScenario/jstd-scenario-adapter/*.js', 'test/*.js', 'test/auto/*.js', - 'test/bootstrap/*.js', 'test/ng/*.js', 'test/ng/directive/*.js', 'test/ng/filter/*.js', @@ -114,7 +113,9 @@ angularFiles = { 'test/ngSanitize/directive/*.js', 'test/ngSanitize/filter/*.js', 'test/ngMock/*.js', - 'test/ngMobile/directive/*.js' + 'test/ngMobile/directive/*.js', + 'docs/component-spec/bootstrap/*.js', + 'docs/component-spec/*.js' ], 'jstd': [ |
