.htaccess doesn't get copied by nanoc, it seems.
h3rald h3rald@h3rald.com
Sat, 24 Oct 2009 22:27:13 +0200
3 files changed,
1 insertions(+),
9 deletions(-)
M
Rules
→
Rules
@@ -27,7 +27,7 @@ compile 'sitemap' do
rep.filter :erb end -compile /\/(js\/.+?|.htaccess|robots)/ do +compile /\/(js\/.+?)/ do # do nothing end@@ -61,10 +61,6 @@ end
route '/js/*' do item.identifier.gsub(/\/$/, '') + '.js' -end - -route 'robots' do - item.identifier.gsub(/\/$/, '') + '.txt' end route '*' do
M
content/.htaccess
→
resources/.htaccess
@@ -1,5 +1,3 @@
------ ------ # Don't show directory listings for URLs which map to a directory. Options -Indexes
M
content/robots.txt
→
resources/robots.txt
@@ -1,5 +1,3 @@
------ ------ User-agent: * Disallow: /data Disallow: /images