From d6706efe7f6316ce1a6ffe33f7bc3e161553b94d 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/index.html') 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) { -- cgit v1.2.3