diff --git a/CHANGELOG.md b/CHANGELOG.md index f59341dd9f..d6ebf4149a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.0.0 (TBD) + +* Rename CSS file [#2342](https://github.com/h5bp/html5-boilerplate/pull/2342) and JS file [#2341](https://github.com/h5bp/html5-boilerplate/pull/2341) + ## 8.0.0 (June 04, 2020) * Add a sample package.json with basic Parcel commands ([#2227](https://github.com/h5bp/html5-boilerplate/pull/2229)), ([231e047](https://github.com/h5bp/html5-boilerplate/commit/231e047d270316b454156dc261e6e04da660e2a2)) diff --git a/dist/doc/html.md b/dist/doc/html.md index 1d37456b8c..a29fddf00c 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -168,7 +168,7 @@ it before the other scripts in the bottom of the page: - + ``` diff --git a/dist/doc/js.md b/dist/doc/js.md index 4d3e5537dd..542c253a2f 100644 --- a/dist/doc/js.md +++ b/dist/doc/js.md @@ -5,7 +5,7 @@ table of contents](TOC.md) Information about the default JavaScript included in the project. -## main.js +## app.js This file can be used to contain or reference your site/app JavaScript code. If you're working on something more advanced you might replace this file entirely. diff --git a/dist/doc/usage.md b/dist/doc/usage.md index 817d65e841..ef85525d94 100644 --- a/dist/doc/usage.md +++ b/dist/doc/usage.md @@ -35,7 +35,7 @@ A basic HTML5 Boilerplate site initially looks something like this: ├── doc ├── img ├── js -│ ├── main.js +│ ├── app.js │ ├── plugins.js │ └── vendor │ └── modernizr.min.js diff --git a/dist/index.html b/dist/index.html index 9409863397..a6e1472a7f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -28,7 +28,7 @@

Hello world! This is HTML5 Boilerplate.

- + - + ``` diff --git a/src/doc/js.md b/src/doc/js.md index 4d3e5537dd..542c253a2f 100644 --- a/src/doc/js.md +++ b/src/doc/js.md @@ -5,7 +5,7 @@ table of contents](TOC.md) Information about the default JavaScript included in the project. -## main.js +## app.js This file can be used to contain or reference your site/app JavaScript code. If you're working on something more advanced you might replace this file entirely. diff --git a/src/doc/usage.md b/src/doc/usage.md index 817d65e841..ef85525d94 100644 --- a/src/doc/usage.md +++ b/src/doc/usage.md @@ -35,7 +35,7 @@ A basic HTML5 Boilerplate site initially looks something like this: ├── doc ├── img ├── js -│ ├── main.js +│ ├── app.js │ ├── plugins.js │ └── vendor │ └── modernizr.min.js diff --git a/src/index.html b/src/index.html index 28dd0d2f6a..22b12135b0 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@

Hello world! This is HTML5 Boilerplate.

- +