wycats / rake-pipeline-web-filters

MIT License
116 stars 34 forks source link

Jade filter #49

Closed ghost closed 12 years ago

ghost commented 12 years ago

Filter compiles .jade to .html, .hbs etc

davidpelaez commented 11 years ago

Hello,

I just checked in v0.7.0 (October 5, 2012), which is the last version available on Rubygems, this still isn't included. Is there any special reason why a new version hasn't been released? Should I just use it with bundler from Git?

ghost commented 11 years ago

I guess coz it's a nodejs dependency? Anyway, I switched to component/component

davidpelaez commented 11 years ago

@kelonye components looks very robust, but much more complex and not specifically targeted at what rake-pipeline does. Many gems require node, so not sure about it being enough reason. I tried myself building a jade gem running only on Ruby similar to how coffee-script gem works. Because the Jade compiler uses node file imports, it all seems to break and I didn't find a solution. So, is this why? This gem is nice but I'm worried it might not be being used and it's certainly the best solution compared to Grunt, Brunch....