bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Meteor ServerSide Template Rendering ? #182

Closed daslicht closed 11 years ago

daslicht commented 11 years ago

Hello, is it possible to render Blade Templates on the server-side when using it with Meteor?

~Marc

bminer commented 11 years ago

Yes. Including any NPM package within Meteor is no problem. If you've already added it as a smart package, then all you need to do is: Npm.require("blade").renderFile(...)

Let me know if that works. :)

Closing this issue for now.