pthrasher / snockets

Sprockets-style script concatenation for Node
119 stars 39 forks source link

#= require ../script #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

I'm not pretty sure, but #= require ../script seems not to work.

lynns commented 12 years ago

I'm running into this problem as well. Inclusion of a ../ in your path will not resolve correctly.

freewil commented 12 years ago

+1

freewil commented 12 years ago

This was actually fixed in 0d9be6818a9096cdb7b2f9d28961871aa2e61744

@TrevorBurnham can we get a new release?

TrevorBurnham commented 12 years ago

Done, tagged current master as 1.3.4. Sorry for the delay.

freewil commented 12 years ago

Excellent, thank you!