arboleya / coffee-toaster

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

Duplicated folder when creating new toaster #46

Closed lucasmotta closed 11 years ago

lucasmotta commented 11 years ago

I'm having a problem with the latest version (0.6.4), that every time I create a new toaster project, it creates two folders (one inside the other), like this:

toaster -n helloworld

and the folder structure results on this:

helloworld/helloworld/toaster.coffee

And that's happening in every project since I've updated to the latest version.

arboleya commented 11 years ago

This fix is already in progress, will be ok in next version.

Thanks.

arboleya commented 11 years ago

Fixed now at 0.6.5, please update and let me know if it worked.