I'd love to be able to use gulp-inline to inline different content types based on user-defined tag definitions.
In my case, I need to inline Polymer web component definitions (via <link rel="import"> tags) – but I can see this being really handy for more application-specific use cases (e.g. a custom <i18n key="foo"> tag definition).
Any chance of allowing a custom typeMap to be passed as an option?
I'd love to be able to use
gulp-inlineto inline different content types based on user-defined tag definitions.In my case, I need to inline Polymer web component definitions (via
<link rel="import">tags) – but I can see this being really handy for more application-specific use cases (e.g. a custom<i18n key="foo">tag definition).Any chance of allowing a custom
typeMapto be passed as an option?