tjholowaychuk
unread,Aug 24, 2010, 4:33:40 PM8/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Should mentioned this way back, but a small / important suggestion IMO
is that the node
web frameworks should support the NODE_ENV environ variable. Currently
bad examples are
SPARK_ENV, CONNECT_ENV, EXPRESS_ENV... what a clusterfuck! lol after
contributing to
this clusterfuck, I realized lets just have NODE_ENV :)
Guillermo suggested something like node --prod for production, or
maybe if we have a node --env flag.