monokrome / jaded-brunch

Jade for brunch, supporting both dynamic and static loading jade.
MIT License
23 stars 10 forks source link

Is this package actually working? #26

Open SoldierCorp opened 7 years ago

SoldierCorp commented 7 years ago

I'm trying to get this work with Angular2 but I always receive this error

6| buf.push("

hola
");;return buf.join(""); 7| };

8| if (typeof define === 'function' && define.amd) { 9| define([], function() { 10| return __templateData; 11| });

Is a simple div in a example.jade file

monokrome commented 7 years ago

@SoldierCorp You didn't include an error in your report, but I'd be happy to look into it if you can provide more details? Last time I checked, this worked fine.