arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

compiling from a path different from toaster.coffee ( using '-f path/to/toaster.coffee' ) mess the paths #44

Closed hems closed 11 years ago

hems commented 11 years ago

you develop your inside src/my_thing/ and you have src/my_thing/toaster.coffee

when compiling from the "root" folder: toaster -f src/my_thing/toaster.coffee -c toaster doesn't consider paths difference ending up "vendors not found" and other problems.

arboleya commented 11 years ago

Shouldn't be a big problem, will check it out as soon as I can.

arboleya commented 11 years ago

@hems Checked it now and I guess it has been probably fixed during the laster refactoring, because the error you reported isn't happening anymore.

Can you check pls?

npm install -g git://github.com/serpentem/coffee-toster#cross-platform-refactor
arboleya commented 11 years ago

Ops there was a typo, again:

npm install -g git://github.com/serpentem/coffee-toaster#cross-platform-refactor
arboleya commented 11 years ago

Any news about it? Looking forward to close this in the next release.

arboleya commented 11 years ago

Well, apparently you've being busy.

Anyway I guess it's fixed in 0.6.6, please update and let me know if something weird occurs. Thanks. http://github.com/serpentem/coffee-toaster