aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorIgor Minar2012-08-28 12:53:30 -0700
committerIgor Minar2012-08-28 16:06:50 -0700
commitd6706efe7f6316ce1a6ffe33f7bc3e161553b94d (patch)
treef9ffd3d7d59be597ac998e6c34657de8589476d6 /docs/src/templates/index.html
parentb08d4b22d2f70acfcbc52369dc7032397137d037 (diff)
downloadangular.js-d6706efe7f6316ce1a6ffe33f7bc3e161553b94d.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/index.html')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 49a1beec..dc654a4e 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) {