-
- Downloads
dynamic backend do not break compile (#29)
* dynamic backend and make compile and start app never fail * update README * bugfix: functions check for custom backend * more log for get backend error
Showing
- README.md 0 additions, 6 deletionsREADME.md
- lib/file_system.ex 0 additions, 5 deletionslib/file_system.ex
- lib/file_system/backend.ex 49 additions, 21 deletionslib/file_system/backend.ex
- lib/file_system/backends/fs_inotify.ex 4 additions, 2 deletionslib/file_system/backends/fs_inotify.ex
- lib/file_system/backends/fs_mac.ex 4 additions, 1 deletionlib/file_system/backends/fs_mac.ex
- lib/file_system/backends/fs_windows.ex 4 additions, 2 deletionslib/file_system/backends/fs_windows.ex
- lib/file_system/worker.ex 8 additions, 3 deletionslib/file_system/worker.ex
- lib/mix/tasks/fs_mac.ex 17 additions, 0 deletionslib/mix/tasks/fs_mac.ex
- mix.exs 1 addition, 8 deletionsmix.exs
lib/mix/tasks/fs_mac.ex
0 → 100644
Please register or sign in to comment