Skip to content

Comment on My first 'successful' open-source project (js continuous integration) hits 1.0.0

Comments

I don't think I'd find this that useful. Coffeescript already has jslint support, and I'd only want to do minification right before deployment since minified JS is harder to debug.

ready.js won't overwrite your javascript, that would be stupid, it compiles your javascript in another folder. When you're in dev, you simply link to your uncompiled js. When in prod, you link to your compiled js.

My point was there's no incentive to have your js be compiled continuously. (I already have a deploy script, adding minification to that wouldn't be hard.)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.