SimonDegraeve / meteor-jade-handlebars

[DEPRECATED] Write the templates in your Meteor Application using Handlebars and Jade instead of HTML and Handlebars
34 stars 24 forks source link

Parse PACKAGE_DIRS before use #14

Closed krizka closed 6 years ago

krizka commented 11 years ago

I'm trying to use my own packages with meteor and meteorite, so using env.PACKAGE_DIRS variable to add some. Jade-handlebars failed when using this approach. Solution is a bit ugly, but it wirks.

kynan commented 11 years ago

@krizka Try if #26 works for you and consider closing this pull.