From ad3b8d7bcf89454e5567378f3d2771de8c9dc027 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 19 Jul 2011 16:58:40 -0700 Subject: chore(docs/.htaccess): bundle .htaccess with docs --- docs/src/gen-docs.js | 1 + docs/src/templates/.htaccess | 57 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 docs/src/templates/.htaccess 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 -->', '