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.
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.
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.