kirby-devkit
kirby-devkit copied to clipboard
when starting gulp task `gulp dev-watch`, display an error if 'environment' isn't set to local
For example, creating a new project and not setting config.{localhost}.php to current local environment makes Browser Sync open a tab with production files loaded, while compiling dev files.
Checking if the file config.{localhost}.php
is rename with PHP?
Constant PHP overhead for every instance of the devkit ? Maybe make gulp check whether this file has been renamed when starting the dev task instead ?