raymyers / JHaml

Haml (XHTML Abstraction Markup Language) implementation in Java.
GNU General Public License v3.0
82 stars 10 forks source link

Provide support for reading classpath resources #6

Open jacek99 opened 13 years ago

jacek99 commented 13 years ago

It seems that JHaml expects all templates to be on the filesystem. It would be great to allow reading templates embedded as resources in the JAR itself (i.e. classpath resources).