mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process
This commit is contained in:
committed by
Misko Hevery
parent
9f4f593711
commit
2f571a9c83
7
angularFiles.js
vendored
7
angularFiles.js
vendored
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user