bmatcuk / brunch-static

Transform static files using brunch.
MIT License
10 stars 2 forks source link

Add Nunjucks processor #5

Closed olimination closed 3 years ago

olimination commented 3 years ago

Hi!

we plan to use in our project the "Nunjucks" templating language: https://mozilla.github.io/nunjucks/ I have found this old Brunch plugin here: https://github.com/brunch/nunjucks-brunch But I wonder if it would make sense and if it would be technically possible to use this project to add a new Nunjucks processor. What do you think?

bmatcuk commented 3 years ago

I'm really sorry it took me forever to get to this! I'm sure by now, you've moved on to something else, but I did create a nunjucks processor, should you ever come back to this: https://github.com/bmatcuk/njk-brunch-static

olimination commented 3 years ago

Hi @bmatcuk thanks for this! I could not yet test it for my corresponding project, because I needed to pause it for the moment. But for sure I will check it as soon as I will continue. Thanks again!

bmatcuk commented 3 years ago

You're welcome! Let me know if you run into any trouble! =)