alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

NODE_ENV=development on npm run dev #40

Closed tphdev closed 8 years ago

tphdev commented 8 years ago

@alarner same as the other one. Fixes issues #34 and #30

I also added the Node Environment on build/server.js, but can take it out if you think that info is useless.

I'll see what I can do about logging the 'server running at' message after the sass and js compiles

alarner commented 8 years ago

Looks great. It looks like you might have a conflict with master. Can you pull master on your branch and resolve the conflict? I'm happy to merge in these changes but I might wait to close #30 until the server message comes at the end. The reason it was requested is because there was confusion about when the server was finished booting.

If you'd prefer that I wait to merge until you have a chance to finish that piece let me know.