kirby-devkit icon indicating copy to clipboard operation
kirby-devkit copied to clipboard

when starting gulp task `gulp dev-watch`, display an error if 'environment' isn't set to local

Open louis-ev opened this issue 9 years ago • 2 comments

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.

louis-ev avatar Feb 07 '16 12:02 louis-ev

Checking if the file config.{localhost}.php is rename with PHP?

julien-gargot avatar Feb 13 '16 15:02 julien-gargot

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 ?

louis-ev avatar Feb 18 '16 16:02 louis-ev