ace/example/rules.rb

9 lines
130 B
Ruby
Raw Permalink Normal View History

2010-10-20 15:42:17 +02:00
# encoding: utf-8
# filters
rule Post, "posts/*.html"
rule Ace::Asset, "assets/**/*"
# generators
2011-05-26 12:10:16 +02:00
generator Tag#, "/tags/:slug"