EugeneN / cafe

A build tool for client-side applications aiming to be language/module system/architecture agnostic and flexible.
3 stars 1 forks source link

Add to default ignores temporary "build" in app_root #21

Closed brabadu closed 11 years ago

brabadu commented 11 years ago

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.

EugeneN commented 11 years ago

Cafe is going to have a new cool IO abstraction layer, which will keep temporary files in special distinct storage etc.

AlexMost commented 11 years ago

for now we have no "build" dir, but ./cafe/modules_cache and the last must be added to ignore by default.

EugeneN commented 11 years ago

I think watcher by default should skip all "hidden" files, not just modules_cache specifically.

brabadu commented 11 years ago

Shouldn't we close it already?

AlexMost commented 11 years ago

yes