edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

Protocols #7

Closed jxa closed 12 years ago

jxa commented 12 years ago

I refactored the precompile methods and compress methods into protocols, hoping to make dieter more extensible. Along the way, I implemented static assets for images, etc. This gets us part of the way to closing #4

I'm also considering removing handlebars from the main dieter lib and creating plugin projects dieter.ember and dieter.handlebars.

@bostonaholic can you take a look at the changes here and let me know what you think?

bostonaholic commented 12 years ago

Everything looks good, John. I've tested with our app and everything seems to be working as expected.