yui / shifter

New YUI build tool based on Gearjs, so let's shift some gears
http://yui.github.com/shifter/
Other
77 stars 58 forks source link

Use global excludes option when walking. #135

Open andrewnicols opened 9 years ago

andrewnicols commented 9 years ago

The excludes option only makes sense at the walk level, so needs to be separate to the child options, but it also must be respected within walk.js therefore I have passed it as an additional argument into walk/run()

This has come up as we are in the process of migrating from shifter to grunt-based tools and during the transition we need to ensure that running shifter will not cause the node_modules directory to be built too.