Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mildred committed Oct 28, 2012
1 parent 14de7c6 commit 2babfb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion all.do
@@ -1,3 +1,4 @@
exec >&2
# rm -rf webgen.cache
rake --trace
# rake --trace
ruby1.8 -I webgen/lib webgen/bin/webgen
6 changes: 3 additions & 3 deletions config.yaml
Expand Up @@ -22,13 +22,13 @@
#####

sources:
- [/, Webgen::Source::FileSystem, src]
- [/, "Webgen::Source::FileSystem", src]

patterns:
Page:
add: [**/*.sass]
add: ["**/*.sass"]
Copy:
add: [**/*.css, **/*.js, **/*.jpeg, **/*.txt]
add: ["**/*.css", "**/*.js", "**/*.jpeg", "**/*.txt"]

default_processing_pipeline:
Page: rdiscount,fragments
Expand Down
2 changes: 1 addition & 1 deletion wwwsupport
Submodule wwwsupport updated from ef70e1 to b55f2d

0 comments on commit 2babfb7

Please sign in to comment.