Skip to content

Development mode updated

Compare
Choose a tag to compare
@mightyaleksey mightyaleksey released this 22 Feb 13:32
· 100 commits to master since this release

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