pthrasher / snockets

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

Make snockets behavior more Sprockets-like #33

Closed opyh closed 11 years ago

opyh commented 12 years ago

When trying to compile a bigger Rails asset structure with snockets, I've found/fixed some things that differ from how Sprockets behaves (and fixed a bug on the way) — See attached commits.

I also added tests.

It would be great if you could merge this in to make snockets compatible to Rails projects :)

TrevorBurnham commented 12 years ago

This looks excellent. Have you considered Mincer, though? It's probably a better project to get behind if you're looking for a straight port of Sprockets.

opyh commented 12 years ago

Will have a look, thanks!