vanilla-es6-jspm icon indicating copy to clipboard operation
vanilla-es6-jspm copied to clipboard

YUIDoc over https

Open topheman opened this issue 9 years ago • 1 comments

When loaded over https, the https://topheman.github.io/vanilla-es6-jspm/docs/ page shows warnings because of the requests to the yahoo cdn which aren't made over https.

I tried to retrieve css-grids.min.css, and yui-min.js in local to serve them from the github pages, but the yui-min.js still makes request to the yahoo cdn, over http.

I updated to the latest yui. It's the same thing. It seems to be a documented problem. The solution beeing to list every dependencies + baseUrl.

I don't have much time on that and I'm still looking for an other solution than YUIDoc - this bug makes an other point.

PS: No problem when served over http : http://topheman.github.io/vanilla-es6-jspm/docs/

topheman avatar Sep 19 '15 19:09 topheman

Hi, perhaps check out ESDoc and the JSPM plugin I've made for it: https://www.npmjs.com/package/esdoc-plugin-jspm

typhonrt avatar Oct 30 '15 08:10 typhonrt