wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
157 stars 68 forks source link

Pretty extensive rework to include globbing and recursive search #19

Closed scottmas closed 10 years ago

scottmas commented 10 years ago

Hey Wiledal, I understand if this is too big a change for you to stomach all at once, but I've done a fairly substantial rework of the core library to support globs and recursion. It's passing all tests but like I said its a large change but one that has changes the community has been clamoring for: https://github.com/wiledal/gulp-include/issues/11 and https://github.com/wiledal/gulp-include/issues/12.

Let me know, thanks! -Scott

angelomichel commented 10 years ago

@scottmas does your pull request also fix the //= require_tree . (which doesn't seem to work with wiledal's version)?

DannyDouglass commented 10 years ago

@scottmas @wiledal any update here? I tried bringing in the fork as a dependency, however it did not fix my issue with //= require_tree relative/path/to/directory. We previously used grunt-snockets, however would really like to switch to gulp. this is a blocker for us unfortunately.

DannyDouglass commented 10 years ago

Awesome - thanks!

stevelacey commented 10 years ago

Wow - awesome!