rake-pipeline
rake-pipeline copied to clipboard
Rake::Pipeline::Graph?
I'm building an app on top of Rake::Pipeline and I'm trying to implement a feature similar to Jekyll and Middleman's YAML front matter rendering. I just came across the Rake::Pipeline::Graph object and I think it could provide exactly what I need. Am I correct in assuming that this is there to use if needed and implement for our own case? Am I safe relying on it or is it something that may go away in the near future?
IIRC, @wycats added that a long time ago, but never ended up using it. Since it's not used, I would guess it would go away at some point.