aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-06-04 19:05:50 -0400
committerIgor Minar2013-06-06 22:58:55 -0700
commitf56125d94efba462869f09064dfa39aa780b8016 (patch)
treee8ab4805f9b2aa3438aac3c2a788ef4c57bbec1c /angularFiles.js
parent079bf5f27566b446c11678c0cd03bb8dacfe83fc (diff)
downloadangular.js-f56125d94efba462869f09064dfa39aa780b8016.tar.bz2
chore(ngdocs): setup bower as the package manager for the docs pages
Diffstat (limited to 'angularFiles.js')
-rwxr-xr-xangularFiles.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/angularFiles.js b/angularFiles.js
index db672383..d200ccde 100755
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -79,7 +79,7 @@ angularFiles = {
'src/ngMobile/directive/ngClick.js',
'src/ngMobile/directive/ngSwipe.js',
- 'docs/components/bootstrap/bootstrap.js'
+ 'docs/components/angular-bootstrap/bootstrap.js'
],
'angularScenario': [
@@ -120,7 +120,7 @@ angularFiles = {
'jstd': [
'lib/jasmine/jasmine.js',
'lib/jasmine-jstd-adapter/JasmineAdapter.js',
- 'lib/jquery/jquery.js',
+ 'components/jquery/jquery.js',
'test/jquery_remove.js',
'@angularSrc',
'src/publishExternalApis.js',
@@ -180,7 +180,7 @@ angularFiles = {
'jstdJquery': [
'lib/jasmine/jasmine.js',
'lib/jasmine-jstd-adapter/JasmineAdapter.js',
- 'lib/jquery/jquery.js',
+ 'components/jquery/jquery.js',
'test/jquery_alias.js',
'@angularSrc',
'src/publishExternalApis.js',