sysgears / grain

Grain is a lightweight and powerful static website generator with custom themes to help create static, SEO-friendly websites or a blog in no time.
https://sysgears.com/grain
Other
160 stars 30 forks source link

Added import statement to custom taglib example #10

Closed emmanuelrosa closed 9 years ago

emmanuelrosa commented 9 years ago

To use a taglib, its class must be imported into SiteConfig.groovy. That may be self-evident to some, but when I created my first taglib the example gave me the impression that Grain was going to find the class on its own. In hindsight, that was rather naive of me, but nevertheless, I want to clarify the example.