On Mon, Jan 7, 2013 at 9:51 AM, Jacob Groundwater <[email protected]> wrote:
> Thanks. This makes sense for compiling, however I had been using the > install key for compiling coffee-script and minimizing resources when my > application deployed to Heroku. > > I realize it is not a great solution, but the default node.js buildpack > calls `npm install` and then just starts. > Transpiling and minification are better handled by a prepublish script anyway: https://npmjs.org/doc/scripts.html That way, the module doesn't need to depend on CoffeeScript just to install and deployment will happen that much faster. F -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
