Will Thomsen
Will Thomsen
It looks like jQuery Mobile and jQuery UI both have css files that can be served via the Google CDN (although I haven't checked the grunt task itself). For completeness,...
This PR should be merged. If not, CDN support should be removed, because it is useless in its current state. @raphinesse is right about CSS not being picked up by...
My solution for this issue: 1) Move `cdnify` up your `build` task list, just below `wiredep` 2) Make cdnify run on app/index.html: ``` javascript cdnify: { dist: { html: ['/*.html']...
@brunomperes I'd advocate for a pull request if it: 1) Included the matching code for CSS 2) Acted on a copy of `index.html` (saved to `.tmp`) rather than on `app/index.html`...
It looks like this was fixed in 8847050 but didn't make it into the distribution files.