mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

optionally minify attachments using uglify #14

Open max-mapper opened 13 years ago

max-mapper commented 13 years ago

this would be a rad feature

gr2m commented 13 years ago

hell, yeah!

A dream would be to have .coffee / .scss files I work with that get compiled to .js / .css as part of the push and optionally combined & minified

gr2m commented 12 years ago

I made a hacky (like, really hacky) fork which is supporting that, together with seamless coffeescript compilation of assets: github.com/gr2m/node.couchapp.js

Let me know what you think, I'd be glad to make it more vanilla if you like the API. I'm looking forward to your feedback