mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
890420fdb5
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@345 19e92222-5c0b-0410-8929-a290d50e31e9
12 lines
222 B
YAML
12 lines
222 B
YAML
# Configuration file for webgen
|
|
# Used to set the parameters of the plugins
|
|
FileCopyHandler:
|
|
paths:
|
|
- "**/*.css"
|
|
- "**/*.jpg"
|
|
- "**/*.png"
|
|
- "**/*.gif"
|
|
- "**/*.js"
|
|
- "**/*.html"
|
|
- "**/*.rb"
|
|
|