TheMangoFactory / bakehouse

Streamlines web pre-processors for Spring resources
http://themangofactory.github.com/bakehouse
21 stars 4 forks source link

Would you use Bakehouse? #4

Open martypitt opened 11 years ago

martypitt commented 11 years ago

Bakehouse is currenlty a POC.

It's being used for a large-scale project internally, but whether or not it gets active Open Source development depends on how many people would find this useful.

If you think you'd be interested in using Bakehouse, add a comment to this issue. Feel free to add any discussions or feature requests that would be useful for you too.

djgraff209 commented 11 years ago

Marty,

This project fits right up the alley of what we're attempting to do at my company. A colleague of mine pointed this out and it looks VERY promising!

I need to look at the internals more and see how/where we could hook bits in.

Thanks for publishing your initial work on this!

--Dave

martypitt commented 11 years ago

@djgraff209 Thanks Dave!

One of the goals is that extending should be easy - writing processors is supposed to be simple. Take a look at the Processor interface, and let me know if there's anything you need to improve extensibility.

dwelch2344 commented 11 years ago

Just wanted to chime in and say this is generating a lot of interest amongst a few of my colleagues / shops I work with. I've been looking over the API and like what I see. Hoping to pick it up tomorrow :)

martypitt commented 11 years ago

Just a ping to advise the new url of this project.

martypitt commented 11 years ago

@dwelch244 That's David!

Appreciate the kind words. Let me know how you get on.

millross commented 11 years ago

I wish I'd known about this a couple of months ago! I'm going to try it out on the code for a pre-existing project I have (where I had to mess round in fairly ugly ways with build scripts/profiles to be able to provide the javascript in either a "production" or a "debug" mode). Looks very nice to me!

Cheers,

Jez