Open BronsonQuick opened 5 years ago
How about I update it and see if I can do a version check to handle both? The provision failed for me as build --dev
wouldn't work for me
Confirmed this.
npm install
is not including devDependencies
during provisioning, which is what includes grunt
.
I'm not sure why, whether something has changed in Core, NODE_ENV
is set to production
or something else.
Fixes #36.