Sunday, 15 September 2013

Should I compile coffeescript files to js before using in production?

Should I compile coffeescript files to js before using in production?

When deploying coffeescript code, is there any benefit to using coffee
--compile, compiling it to js and then running with node, instead of using
coffee directly?

No comments:

Post a Comment