forked from gravityblast/fresh
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
-
Logging cleanup (correct- simple fix, merged%sprinting) Log cleanup gravityblast/fresh#24 -
Fix for all directories starting with- merged with small change due to refactoring I didtmpstring being ignored, not just exact match https://github.com/manuelgerstner/fresh/ - Exclude directories feature (select best implementation): all rejected - see reasons below
-
Add new excludeDir config for excluding a directory from watching gravityblast/fresh#9rejected, does not work if patch has any commas in it -
Exclude dirs gravityblast/fresh#16rejected, does not work if path has any commas in it -
Added ignore list to avoid overload watcher gravityblast/fresh#18rejected, does not work if path has any commas in it -
Added ignore_dirs setting gravityblast/fresh#20rejected, does not work if path has any commas in it -
Add ability to ignore a directory gravityblast/fresh#26rejected, ignores single path only
-
-
Watch additional directories outside of current project Support watching directories outside of root path gravityblast/fresh#22rejected, replaced with my own version -
Fix Fresh not working in Windows Windows fix gravityblast/fresh#23- rejected, fix already merged into pilu/fresh repo -
Set root and watch path independently Allow watch path and root to be set independently gravityblast/fresh#27rejected, implemented my own - root is now one of the watched paths - Commandline argument passing: