Skip to content
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

fix(sourcemap-regex): fix regex to match browserify sorucemap charset #176

Merged
merged 1 commit into from May 19, 2021

Conversation

alexjking
Copy link
Contributor

Browserify has changed the sourcemap charset to use = instead of :.
This has frequently changed, so this fix changes the regex to match a
single character .
For reference:
https://github.com/substack/node-browserify/blob/b2374cef35072e7690ab31a68664b0733c1b4995/changelog.markdown#1200

Fixes #130

Browserify has changed the sourcemap charset to use `=` instead of `:`.
This has frequently changed, so this fix changes the regex to match a
single character `.`
For reference:
https://github.com/substack/node-browserify/blob/b2374cef35072e7690ab31a68664b0733c1b4995/changelog.markdown#1200

Fixes gruntjs#130
@jsf-clabot
Copy link

jsf-clabot commented Feb 22, 2017

CLA assistant check
All committers have signed the CLA.

@AlmogCohen
Copy link

I would have hoped this would be in by now...could have saved me lots of wasted time :)

Base automatically changed from master to main March 22, 2021 15:01
@bettysteger
Copy link

can we merge this?

@vladikoff vladikoff merged commit 9054b14 into gruntjs:main May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants