-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot see any cdn script in the dist/public/index.html file. #1138
Comments
Closed due to inactivity. |
I came across this when working on a My personal opinion is that as a user, if you're calling For Grunt, the option is https://github.com/mjetek/grunt-cdn-nobuild. And I've ported this to gulp: https://github.com/david-mohr/gulp-cdn-hoist Also, during my testing I noticed something that might prevent this from working as expected: |
I'm running into this problem too. So, I've found that grunt-usemin owner commented to use block replacement for ignoring CDN resources in their issue. Would that be alternative option to use filter with regex that figures out whether is CDN resource or not in blockReplacement? |
I run
grunt
and it tells me the following output.However I cannot find any cdn script shown in the
dist/public/index.html
.The text was updated successfully, but these errors were encountered: