dyspop / figgy

Allows end-user Configuration generation for development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detect existing config to not run always

dyspop opened this issue · comments

Currently if you code it as described in the readme you'll always rerun generation, which is annoying.

End-user dev could do their own check for the file, or there could be a Configured class, or there could be a few lines in the make module to check.

Merge from TDD resolved this.