Change protocol relativity note in README.md
Closed this issue · 9 comments
jieter commented
https is preferred, http is only used if https is not available.
brunob commented
I think we can simply ditch all the Protocol relativity (https://-urls)
part (?)
jieter commented
I think so too
brunob commented
Here we go, going to try to push a new release for the geoportail folks ;)
brunob commented
Not so well :\
$ npm install -g uglifyjs
npm WARN deprecated uglifyjs@2.4.11: uglifyjs is deprecated - use uglify-js instead.
+ uglifyjs@2.4.11
added 1 package in 2.21s
$ npm run release-minor
Error running preupdate: Command failed: npm run min
sh: 1: uglifyjs: not found
brunob commented
Got it, uglify-js
not uglifyjs
, sorry for the noise :p
brunob commented
Ooops, publised a minor instead a patch :\
jieter commented
👍