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
Seems like this bug was introduced in bcdb7f0, by commenting out the code that ignores protocol-relative URLs.
Specifically, this is the URL that fails in my project: //ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js.
//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js
As a workaround, I added the following option to the the task configuration in my Gruntfile: match: '^[^/]|^/[^/]'.
match: '^[^/]|^/[^/]'
Hope to see this fixed soon, thanks!
The text was updated successfully, but these errors were encountered:
fix for tactivos#37 protocol-less URLs getting replaced
2e78ef1
Merge pull request #40 from Gertt/master
4af8719
fix for #37 protocol-less URLs getting replaced
No branches or pull requests
Seems like this bug was introduced in bcdb7f0, by commenting out the code that ignores protocol-relative URLs.
Specifically, this is the URL that fails in my project:
//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js
.As a workaround, I added the following option to the the task configuration in my Gruntfile:
match: '^[^/]|^/[^/]'
.Hope to see this fixed soon, thanks!
The text was updated successfully, but these errors were encountered: