wiledal / gulp-include

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

Allow explicit relative paths even when includePaths set #79

Closed wabson closed 5 years ago

wabson commented 7 years ago

Similar to #77 by @yoozze but uses an explicit mechanism to indicate when a path should be considered relative and not resolved using includePaths. In this PR the actual resolution is unchanged unless an include has a ./ prefix.

KenEucker commented 5 years ago

This is the preferred solution, I think, and would knock out #77 on its way in.

Thanks for the tests! This will be merged in shortly.

KenEucker commented 5 years ago

@wabson this has been merged in, thanks for your contributions!

If you are still using this plugin and have the opportunity to test and verify that this feature is working as intended for you it would be awesome to get that confirmation!