-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Replacement happens only once #9
Comments
I have this problem too. Even the regular expression method only replaces on the first match. |
Hi guys, could you share your brofiles? so I can see to help you? |
Oh, what a blast from the past :) My brocfile is https://github.com/bekharsky/brocfile/blob/master/Brocfile.js but I don't have broccoli-replace here... I'll recreate example with broccoli-replace, I have this in one of my old projects... Don't get me wrong about "blast from the past". I love to see that broccoli and that project are both alive and I'll try to create reproducible example ASAP. |
I had a lot of work the last time and it was difficult to take some time to update the project and its dependencies, it would be very useful if you could make a reproducible example since broccoli is used a lot by the ember community, thanks !!! |
I try to use broccoli-replace as some kind of a template engine (to replace
@@include
with partial HTML content).But I cannot use it like that because replacement happens only once. On the initial build. How can I fix that?
The text was updated successfully, but these errors were encountered: