diff options
| author | Igor Minar | 2012-08-28 12:53:30 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-28 16:08:03 -0700 |
| commit | b36acbc8577d087bde48ff6045d6188cd515b8b7 (patch) | |
| tree | 04178e274ecad25c176b46a2e86dc029af35d689 /docs/src/templates | |
| parent | a4fea38b94da3012798b69dd2e785cf9c3be5e1f (diff) | |
| download | angular.js-b36acbc8577d087bde48ff6045d6188cd515b8b7.tar.bz2 | |
chore(docs): use symlinks to build docs
so that we can just edit source files without rebuilding docs.
this works for all docs files, except for those that are generated
or rewritten during build.
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index b16f44de..0eda918c 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -42,7 +42,7 @@ addTag('script', {src: path('angular-bootstrap.js') }, sync); addTag('script', {src: path('angular-bootstrap-prettify.js') }, sync); addTag('script', {src: 'js/docs.js'}, sync); - addTag('script', {src: 'js/docs-keywords.js'}, sync); + addTag('script', {src: 'docs-keywords.js'}, sync); function path(name) { if (gae) { |
