jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

jk generate will fail silently to overwrite files #358

Open squaremo opened 4 years ago

squaremo commented 4 years ago

There are probably other considerations, but right now I am finding this an annoying default.

squaremo commented 4 years ago

More details: I'm writing a test for jk generate. It passed once; and, since it never overwrites the files, even if I change the code for the test, it will keep passing since it'll just leave the output files as they are, silently.

jaxxstorm commented 4 years ago

this is also very frustrating to me, I'm finding myself having to build in cleans to different makefiles to get around it