pthrasher / snockets

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

filtering requireTree to assets that can be derived #4

Closed michaelbearne closed 13 years ago

michaelbearne commented 13 years ago

Fixed an error with updateDirectives requireTree when you have files that can not be derived like .gitkeep or .DS_Store trying to be compiled

michaelbearne commented 13 years ago

the handlebars implementation is just a rough attempt I have been looking at a number or ways to implement this which fits into the way it I think you are intending snockets to integrate with connect-asset but I am struggling to find a clean implementation which does not involve a lot of changes, some advice would be appreciated about how you intend the two projects to work together, and how you intend these sort of features to fit in. Cheers