To try it out, just grab the plugin:
grails install-plugin hamlThen add this bean definition to your grails-app/conf/spring/resources.groovy.
Now, you have the option of writing views (with the .haml extension) that will be automatically rendered to GSPs.
Learn more in the Haml tutorial.
Official Grails Plugin Page
4 comments:
glad you finally posted this ray -- btw have you seen http://scalate.fusesource.org ?? -- looking to use playframework with scalate for my next 'big web project'
Cool stuff - I created a plugin page that references the download at Github - see http://grails.org/plugin/haml
You can edit it to update the description or FAQ section or whatever, just create an account.
It has some errors. It doesn't work for empty lines and the error that it throw is confusing
Post a Comment