From b36acbc8577d087bde48ff6045d6188cd515b8b7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 28 Aug 2012 12:53:30 -0700 Subject: 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. --- docs/src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/templates') 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) { -- cgit v1.2.3