It's great that you have extensible compilers. I wasn't bright enough to apply that mechanism for preprocessing main template with Jade (pug).
Please teach me how to parse jade templates in components. I'm ready to patch any existing modules, just not confident with frontend technologies yet.
Browserify transform jadeify works, but it doesn't descend into ractiveify (it's clear why, wrong extension) but that's pipeline that I need (and guess many other people too).
It's great that you have extensible compilers. I wasn't bright enough to apply that mechanism for preprocessing main template with Jade (pug). Please teach me how to parse jade templates in components. I'm ready to patch any existing modules, just not confident with frontend technologies yet.
I have following source tree:
and browserify setup in gulp:
Browserify transform
jadeify
works, but it doesn't descend intoractiveify
(it's clear why, wrong extension) but that's pipeline that I need (and guess many other people too).