grunt-replace
grunt-replace copied to clipboard
Replace text patterns with applause.
Currently if you want to replace something using a call to an external API you need to use some hacks: https://github.com/ClassicPress/ClassicPress/pull/496/files#diff-2e5af0be9bc4d0bc2b8d274f4d9ccd59a904d796bf7de199f5e1e7c1e0aa2d42R7 Adding a way to have an async replace callback...
Added a small section in README about how to match multiple ranges for replacement. Could be very useful to many devs
For example, it can say something like: Running "replace:dist" (replace) task > > 4 replacements in 1 file. > > (3 replacements) @@path_name replaced with '/myyogamaster' at line 22, 44,...
Because we are building projects with ASP.NET. We need BOM in the template file. Hope this could be merge. Thanks!
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When upgrading from grunt-replace 0.4.0 to...