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

compile adaptor not found when watch #9

Closed AlexMost closed 12 years ago

AlexMost commented 12 years ago

I created test dir - tmp with plain coffee file. cafe compiles it to 'build' dir with command cafe --debug compile --src=../tmp/test.coffee --js_path=../build and that works.

But when i am adding watch to sequence:

bin/cafe --debug watch --src=../tmp/ compile --src=../tmp/test.coffee --js_path=../build

i saw this in terminal output :

I/CLI> Started growing Coffee on the plantation '../tmp/' UI/CLI> Watching how coffee is growing UI/CLI> Press Ctrl-c to stop watching. UI/CLI> UI/CLI> No adaptor found UI/CLI> UI/CLI> Error encountered: adaptor_error UI/CLI> undefined UI/CLI> UI/CLI> Coffee 191815ce-669d-466c-a350-2b0177ff5929 brewed in <0.315 seconds> at Wed Oct 17 2012 16:43:19 GMT-0500 (CDT) UI/CLI> UI/CLI> Cafe was open 0.316s UI/CLI> === Watch cycle sequence failed with code 2 ===========

If i am making some changes in test.coffee it rebuilds the file, and everything works properly.

EugeneN commented 12 years ago

fixed