Development mode updated
Added possibility to control behavior, imposed by environment variable NODE_ENV
. So now, there is an option devMode
and it overrides NODE_ENV
value, which will provide you a little bit more precise control.
Still, you can use NODE_ENV=development
to drop cache as earlier.
pr: #56
thanks to @yazonnile