Displaying 3 results from an estimated 3 matches for "copyhandl".
Did you mean:
copyhandler
2007 Nov 23
3
CopyHandler and hidden files?
Hello,
I was wondering whether the CopyHandler plugin works with hidden files
like .htaccess? I have an .htaccess under src/ and another one under
src/code/, but they won''t be copied to output/. My config.yaml is:
File/CopyHandler:
paths: [''**/*.css'', ''**/*.js'', ''**/*.jpg'', ...
2009 Nov 02
1
Copy every file not handled by webgen
Hello,
I would like webgen to copy all files that''s not handled to the output
directory. Is there an easy way to do this?
- Zoxc
2007 Apr 12
0
Status 0.4.3/0.5.0
...ed and new log message showing the
location
* File/TemplateHandler now has its own set of default meta information
I will add the submitted plugins in the next week or so sothat 0.4.3
can be released around April 20th.
0.5.0
=====
The repository development version now also supports
* File/CopyHandler, File/TemplateHandler and File/PageHandler in the
first incarnations
* regeneration of the necessary files only (also works for page files!)
To try it out, check out the repository version using svn:
svn co svn://rubyforge.org/var/svn/webgen/devel
Make sure you have installed erubis, redc...