arboleya / coffee-toaster

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

file dependencies now need ' / ' #52

Closed G3z closed 11 years ago

G3z commented 11 years ago

I noticed that my dependencies exploded migrating from 0.6.4 to 0.6.7 the reason is that i need to prepend a slash ( / ) before any filename so if i have main.coffee and lib.coffee in src i had to write #<< /lib same thing if lib.coffee is in libs folder #<< /libs/lib

but not if i want the full folder #<< libs/* which works like a charm

is this an intended behavior ?

arboleya commented 11 years ago

It's a bug, I'm looking into it.