From 2f571a9c830df814902fbdda1e9240b36bb64e3e Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 16 May 2013 14:55:56 -0400 Subject: chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process --- angularFiles.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'angularFiles.js') 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': [ -- cgit v1.2.3