Jake Harding

Results 13 comments of Jake Harding

Hmm not sure why that doesn't work. grunt-sed is just a light wrapper around [replace](https://github.com/harthur/replace) so the issue could originate from that project. I'll investigate when I get a chance.

So I [added a test](https://github.com/jharding/grunt-sed/commit/dd745fe95441c5cc394a21edf5ba4096263e319e) for this and it seems to be working as expected. Can you upgrade to [email protected] and let me know if you are still experiencing the...

Well right now grunt-sed is basically just a wrapper around [replace](https://github.com/harthur/replace) and that only supports in-place edits. What you're asking for is pretty reasonable – I could either swap out...

Yeah that's not ideal, but it should work. I'll be sure to update this issue when I end up implementing this.

Cool, looks good. Thanks for doing this, I'll make sure this goes out in the next release.

Pull requests welcomed :smile:

Nah, this isn't being maintained.

Out of curiosity, are you overriding the search index?

To clarify, you're referring to the text cursor? Just want to make sure I understand the issue.

Why couldn't you just reset the value of the input when a tag is selected i.e. `$('.typeahead').typeahead('val', '')`?