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 /docs/src/templates/index.html | |
| 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 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 3d5fd4c5..5252605e 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -41,8 +41,8 @@        addTag('script', {src: path('angular-cookies.js') }, sync);        addTag('script', {src: path('angular-sanitize.js') }, sync);        addTag('script', {src: path('angular-mobile.js') }, sync); -      addTag('script', {src: path('angular-bootstrap.js') }, sync); -      addTag('script', {src: path('angular-bootstrap-prettify.js') }, sync); +      addTag('script', {src: 'components/angular-bootstrap.js' }, sync); +      addTag('script', {src: 'components/angular-bootstrap-prettify.js' }, sync);        addTag('script', {src: 'js/lunr.js' }, sync);        addTag('script', {src: 'js/docs.js'}, sync);        addTag('script', {src: 'docs-keywords.js'}, sync); | 
