You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: