Closed brabadu closed 11 years ago
Cafe is going to have a new cool IO abstraction layer, which will keep temporary files in special distinct storage etc.
for now we have no "build" dir, but ./cafe/modules_cache and the last must be added to ignore by default.
I think watcher by default should skip all "hidden" files, not just modules_cache specifically.
Shouldn't we close it already?
yes
During build cafe places compiled modules to ./app_root/build.
Since we're watching for changes in ./app_root this makes cafe restart build process, if we don't add special parameter "skip" for watcher.
I think we should make it skip "build" folder by default or move temporary build folder out of ./app_root.