rlivsey / broccoli-render-template

Render templates with Broccoli (haml, jade, markdown etc...) using consolidate
MIT License
7 stars 2 forks source link

Does not support pug #4

Open john-schulz opened 8 years ago

john-schulz commented 8 years ago

As Jade has transferred over to the .pug file type, and will eventually deprecate the .jade file type, broccoli-render-template won't render pug files

john-schulz commented 8 years ago

It would appear that all is needed if for the consolidate dependency version to be updated

rlivsey commented 8 years ago

👍 would gladly accept a PR if you get a chance?

john-schulz commented 8 years ago

It looks like @qm3ster submitted one already with the dependency update

john-schulz commented 8 years ago

But, I did do a pull request anyways

qm3ster commented 8 years ago

Pug was the reason I did it, and my branch is what I currently use daily.