aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/gen-docs.js
diff options
context:
space:
mode:
authorIgor Minar2011-07-19 16:58:40 -0700
committerIgor Minar2011-07-19 16:58:40 -0700
commitad3b8d7bcf89454e5567378f3d2771de8c9dc027 (patch)
treea6a778914318689ae3e419464798dcbdde260ad4 /docs/src/gen-docs.js
parent3ea2416f8083a21bf2f47f3381a66bf97e7f59e2 (diff)
downloadangular.js-ad3b8d7bcf89454e5567378f3d2771de8c9dc027.tar.bz2
chore(docs/.htaccess): bundle .htaccess with docs
Diffstat (limited to 'docs/src/gen-docs.js')
-rwxr-xr-xdocs/src/gen-docs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js
index 425831b6..dfdbdf45 100755
--- a/docs/src/gen-docs.js
+++ b/docs/src/gen-docs.js
@@ -27,6 +27,7 @@ var writes = callback.chain(function(){
writer.copyDir('img', writes.waitFor());
writer.copyDir('examples', writes.waitFor());
writer.copyTpl('index.html', writes.waitFor());
+ writer.copyTpl('.htaccess', 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());