We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Moving over from grunt to gulp and replacing grunt-bake with this task
i have the following partial
<partial src="accordion.html" identifier="first"></partial>
accordion.html is
<h2 class="c-accordion__heading heading js-accordion-heading" id="@@identifier-accordion-header-1" role="tab" aria-controls="@@identifier-accordion-panel-1" aria-selected="false" aria-expanded="false">Accordion header 1</h2>
output
<h2 class=" js-accordion-heading" id="first-accordion-header-1" role="tab" aria-controls="@@identifier-accordion-panel-1" aria-selected="false" aria-expanded="false">Accordion header 1</h2>
Does it not work on multiple instances of a variable?
The text was updated successfully, but these errors were encountered:
Have same issue. Would like to use same param in multiple places, but it only replaces the first variable.
Sorry, something went wrong.
Any update on that fix that @benrr101 wrote getting merged into master?
After 2 years, is this plugin is still being maintained?
No branches or pull requests
Hi
Moving over from grunt to gulp and replacing grunt-bake with this task
i have the following partial
<partial src="accordion.html" identifier="first"></partial>
accordion.html is
<h2 class="c-accordion__heading heading js-accordion-heading" id="@@identifier-accordion-header-1" role="tab" aria-controls="@@identifier-accordion-panel-1" aria-selected="false" aria-expanded="false">Accordion header 1</h2>
output
<h2 class=" js-accordion-heading" id="first-accordion-header-1" role="tab" aria-controls="@@identifier-accordion-panel-1" aria-selected="false" aria-expanded="false">Accordion header 1</h2>
Does it not work on multiple instances of a variable?
The text was updated successfully, but these errors were encountered: