Search code examples
node.jspre-build-event

NodeJS "Pre build events"


I need to run some "pre-build" event that generates javascript automatically,

I don't want my main app file "server.js" to be huge,

How can I execute external js files independently, and only than start the server


Solution

  • or

    http://gruntjs.com

    although I don't know what exactly you need.