Raphael von der Grün
Raphael von der Grün
@wthomsen Google CDN _does_ also serve CSS files, that is true. However `google-cdn-data` [only contains references to JS files](https://github.com/shahata/google-cdn-data/blob/e0693ed1391f16dccaf0cc40d8875847d886bdb8/index.js). This is the data source we use right now, and it...
@eddiemonge I would appreciate _some_ feedback on this PR. Even if it is just "We don't want this.".
@eddiemonge Thanks for taking the time. > - [x] Needs a rebase from master Done. > - [ ] HTML shouldn't be copied from app to dist as it gets...
It should work exactly like for any npm package AFAICT. So if we add something, we might be able to reference the `npm install` docs.
The docs you linked to refer to it as `#` since you can specify a tag or a commit hash too.
I'd suggest presenting both alternatives: - global installation (without using sudo) - Add to devDeps and use with npx (advertise as preferred!) And then just keep using plain `cordova` throughout...
> There probably was a reason why `sudo` is mentioned currently? @janpio I suppose because for most default setups you need root access to install npm packages globally. This is...
@janpio I think I don't get your point
@ttimmy thanks for the detailed report. We indeed have to improve the docs in this area, but I'm not sure if it qualifies as a bug in the _Cordova_ docs...
@janpio I usually have only a single-version node setup on my machine and use `npx` to test with other versions if necessary. But AFAIK `nvm` is completely installed to the...