diff options
Diffstat (limited to 'docs/src/gen-docs.js')
| -rwxr-xr-x | docs/src/gen-docs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index ead01c32..425831b6 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -27,6 +27,8 @@ var writes = callback.chain(function(){ writer.copyDir('img', writes.waitFor()); writer.copyDir('examples', writes.waitFor()); writer.copyTpl('index.html', writes.waitFor()); + writer.copy('docs/src/templates/index.html', 'build/docs/index-jq.html', writes.waitFor(), + '<-- jquery place holder -->', '<script src=\"jquery.min.js\"><\/script>'); writer.copyTpl('offline.html', writes.waitFor()); writer.output('app-cache.manifest', appCacheTemplate().replace(/%TIMESTAMP%/, (new Date()).toISOString()), @@ -71,7 +73,6 @@ function appCacheTemplate() { "", "# cache all of these", "CACHE:", - "jquery.min.js", "syntaxhighlighter/syntaxhighlighter-combined.js", "../angular.min.js", "docs-combined.js", |
