Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor with haml

Tags:

meteor

haml

Does Meteor support haml?

If a package needs to be created, what would be the recommended library to use?

Is do haml and handlebars play nice together?

I would like to write haml, that would be processed into the html style (with handlebars) that is shown in the Meteor demos.

like image 537
Josh Petitt Avatar asked May 02 '12 23:05

Josh Petitt


1 Answers

I've created a smart package for 9elements haml-coffee.

You can clone my fork of meteor here: https://github.com/huetsch/meteor/tree/devel .

I've also created a pull request that's located here: https://github.com/meteor/meteor/pull/138 .

like image 55
Mark Huetsch Avatar answered Sep 22 '22 03:09

Mark Huetsch