1.2.3
- add
forceDelete
option - proceed with files deletion in case of compile errors when
forceDelete
is enabled - stop file deletion in case of compile errors when
forceDelete
is disabled - log the compile errors to
stdout
whenforceDelete
is disabled instead of throwing them to avoid killing the watchers - documentation update (README.md)