Commit Graph

86 Commits

Author SHA1 Message Date
Yigaue
4c3245a33e Fix typo in README.md and CHANGELOG.md files (#3064)
The change involves correction in the following:
a closing parenthesis was omitted in changelog.md file and a misspelling was made in Readme.md file.
2024-01-12 13:43:36 +09:00
Dasa Paddock
438511b56a Update README.md
Update download URL to v9.
2023-12-13 10:26:44 -08:00
Christian Oliff
c0084e2c57 Update Browserslist config (#3008)
Removing `"browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead",
    "not IE 11"
  ],` from package.json will default to defaults.
2023-09-06 12:05:36 -04:00
Rob Larsen
22d800ad31 Removing Modernizr from the project 2023-09-06 10:23:04 -04:00
Rob Larsen
5df316b86b Drop Normalize (#2960)
* npm updates

* tests and readme

* node versions
2023-08-30 21:34:43 -04:00
Rob Larsen
77fd13bb43 Fixes broken link in README (#2927) 2023-03-04 12:11:07 +09:00
Ishaan
af3e9fa3ca Update README.md 2023-01-27 23:20:45 +05:30
Christian Oliff
97fc780b52 Minor grammar and terminology fixes
Minor grammar and terminology fixes (found via https://textlint.github.io/)
2022-10-04 20:14:22 +09:00
Rob Larsen
90ac248bd6 small doc change 2022-08-05 01:26:30 +00:00
Roman Matusevich
aeb836759c Update browser support section (#2814)
- browserslist default contains FireFox ESR that is why it is removed from the description;
- the link to the list of browsers is updated based on not supported IE 11;
2022-07-20 06:12:49 -04:00
Roman Matusevich
9d1a370296 Update "Browser support" section in README 2022-07-12 23:05:36 +02:00
kosukeKK
87ab07da52 docs: update docs link 2022-03-21 09:57:50 +09:00
Rob Larsen
ee3ae1b3e9 "About this repo" documentation (#2715)
* 1st pass at new documentation

closes #2652

* typos, wordsmithing...

And I removed cloning the repo entirely from the list of ways to work with the project.

* Changing the order of options in Quick Start
2022-03-04 20:22:11 -05:00
Rob Larsen
1cae43ec90 Update README.md 2021-12-03 23:30:17 -05:00
Rob Larsen
e87f11bff8 Moving docs out of src and dist (#2655)
* Moving docs out of src and dist

* Changing links to doc
2021-12-02 16:08:26 -05:00
Rob Larsen
4d9af8c364 Proposal: Let's Replace Parcel With Webpack (#2641)
* Proposal: Let's Replace Parcel With Webpack

Closes #2487 and #2474

This is just a development server at this point. It hot reloads HTML JS and CSS.  That's enough for me. I'm open to contrary opinions.

* Updates based on @coliff review

* wip

* fix merge conflict

* removing comment

* Final tweaks to docs
2021-11-29 21:17:55 -05:00
Rob Larsen
9a7b6065c4 Browserlist part 2 (#2644)
* adding details for browserlist

* ESR
2021-11-22 11:54:19 -05:00
Rob Larsen
096541ef1c Merge pull request #2632 from isaac-friedman/2623-update-readme
Update README.md to point to browserslist in package.json
2021-11-10 22:36:35 -05:00
Rob Larsen
2784d93b38 Merge pull request #2616 from h5bp/remove-ga
Removes GA script
2021-11-10 08:25:36 -05:00
Isaac Friedman
fa1a527095 Update README.md to point to browserslist in package.json 2021-11-01 15:47:53 -04:00
Christian Oliff
fffce26624 Remove broken DevDependency status badge from README 2021-10-28 11:20:49 +09:00
Rob Larsen
3bf872a5e2 Removes documentation of Google Analytics 2021-10-18 14:57:27 -04:00
Rob Larsen
ca25fc9a83 replaces references to master with main 2021-08-18 10:54:36 -04:00
Damiano Albani
9326305fb3 Fix URL typo in README.md 2021-04-28 14:49:26 +02:00
Vlad Tansky
0883cce9ea Update README.md 2020-08-18 19:50:02 +03:00
Vlad Tansky
d5b8e56240 docs: fix CI status badge 2020-06-26 18:50:19 +03:00
Vlad Tansky
3bb9b72319 CI: use GitHub Actions for Pull Requests / Push tests (#2271)
* ci: run tests with github actions

* ci: name

* ci: add nodejs 10

* ci: remove travis

* ci: nodejs 10 typo

* docs: replace travis build status badge with github actions

* docs: ci badge

* docs: use h5bp for ci badge

* ci: name

* ci: newline & remove comment
2020-06-12 11:59:05 -04:00
Christian Oliff
e069405fb5 DevDeps Update and Minor docs links update
+ 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
2020-06-04 17:59:48 +09:00
Robert Doucette
19833a7a93 Docs: Fix typo in README.md 2020-05-30 21:02:20 +02:00
Rob Larsen
4a8d981273 finishing up docs 2020-05-29 15:28:52 -04:00
Rob Larsen
af9ef8a91d Readme is pretty good! 2020-05-26 20:34:13 -04:00
Rob Larsen
aaae9f9992 Docs and readme update
WIP
2020-05-25 16:31:05 -04:00
Rob Larsen
177a9f3bd6 Update README.md 2020-04-16 20:30:28 -04:00
bryancasler
3d8ba581b3 Typo correction 2020-02-14 21:48:28 -05:00
Rob Larsen
95e3bd5928 Readying the 7.30 release 2019-11-06 15:47:46 -05:00
Rob Larsen
7bc43bd391 Documenting the different quick start options 2019-11-06 10:41:43 -05:00
Christian Oliff
05a34396ed Add License, NPM Download counter and GitHub Stars counter badges 2019-06-04 12:10:40 +09:00
coliff
b3d07b191b update README to links to previous versions
- update package,json deps
2018-10-04 12:50:28 +09:00
Christian Oliff
2805813d1e Add Install with Yarn option (#2063)
Yarn is popular these days and H5BP is currently getting 2.4K downloads per month so I think it'd be good to add this here.
I changed the list of options to unnumbered as they aren't steps/instructions so bullets make more sense imho.
2018-09-17 23:14:33 -04:00
Rob Larsen
7db4ba338d adding npm instructions 2017-09-25 14:38:07 -04:00
Christian Oliff
6f0eaec0ba Remove link to the retired initializr site (#1976) 2017-07-21 21:30:57 -04:00
Jacob Dreesen
5505ef0133 Fix links to CONTRIBUTING.md (#1951) 2017-06-11 12:03:51 -04:00
saharjs
e0114f377e Update README.md (#1937) 2017-04-20 22:34:51 -04:00
Kamil Breguła
76baba6a16 Add SRI Hash for jQuery (#1904)
Adds SRI Hash for jQuery

More info:
https://www.srihash.org/
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
jquery/codeorigin.jquery.com#20
http://caniuse.com/#feat=subresource-integrity
2016-11-16 18:06:52 -05:00
Rob Larsen
4ebe939594 Updates README to reflect new IE support 2016-09-12 12:47:05 -04:00
XhmikosR
274cd56646 Update links. (#1889)
* switch to `https`
* remove redirects
* add/remove trailing slash
2016-08-15 16:54:31 -04:00
Cătălin Mariș
72823a97b6 Use https:// where possible 2016-02-12 00:24:13 +02:00
Matt Smith
a6a9094eba README.md: Add Edge to Browser support section
Close h5bp/html5-boilerplate#1745
2015-10-13 20:40:14 +03:00
Cătălin Mariș
a91fea4cd6 Update and improve README.md 2015-04-16 19:27:57 +03:00
battaglr
4f6a87f985 README.md: Add detailed info about browser support
Close h5bp/html5-boilerplate#1684
2015-03-13 19:10:06 +02:00