Skip to content

Commit

Permalink
DevDeps Update and Minor docs links update
Browse files Browse the repository at this point in the history
+ Ran npm update and npm install and tested - all good
+ Removed the language param from the Google links - they work without them makes links shorter and could be beneficial to non-english speakers (if docs are localized)
+ Fixed invalid markdown URL for link to AnonymizeIP
+ Added a missing comma in the README.md
  • Loading branch information
coliff committed Jun 4, 2020
1 parent 4305529 commit e069405
Show file tree
Hide file tree
Showing 5 changed files with 2,999 additions and 4,150 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Choose one of the following options:
available on npm) with `npx`, `npm init` or `yarn create` without having to
install any dependencies. Running the following `npx` command installs the
latest version into a folder called `new-site`
```
npx create-html5-boilerplate new-site
cd new-site
Expand All @@ -62,7 +62,7 @@ Choose one of the following options:
## Features
* A finely-tuned starter template. Reap the benefits of 10 years of analysis
* A finely-tuned starter template. Reap the benefits of 10 years of analysis,
research and experimentation by over 200 contributors.
* Designed with progressive enhancement in mind.
* Includes:
Expand Down
6 changes: 5 additions & 1 deletion dist/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ supports tasks and
plugins](https://github.com/philipwalton/analyticsjs-boilerplate/issues/19#issuecomment-333714370)

Starting with version 8.0.0 we, by default, [anonymize IP
addresses](href="https://support.google.com/analytics/answer/2763052?hl=en). By
addresses](https://support.google.com/analytics/answer/2763052). By
default Google Analytics records the full IP address of a user visiting the
site, but that full IP address is never available to the Google Analytics
property admin. By anonymizing the IP address you can make your site more
Expand All @@ -235,11 +235,15 @@ consider: if you place this script at the top of the page, you’ll be able to
count users who don’t fully load the page, and you’ll incur the max number of
simultaneous connections of the browser.

Please be aware that while Google [states that it is fully GDPR compliant](https://privacy.google.com/businesses/compliance/),
it is still possible to use analytics to violate GDPR.

Further information:

* [Introduction to
Analytics.js](https://developers.google.com/analytics/devguides/collection/analyticsjs/)
* [Google Analytics Demos & Tools](https://ga-dev-tools.appspot.com/)
* [Privacy Controls in Google Analytics](https://support.google.com/analytics/answer/9019185)

**N.B.** The Google Analytics snippet is included by default mainly because
Google Analytics is [currently one of the most popular tracking
Expand Down
Loading

0 comments on commit e069405

Please sign in to comment.