From 3a444ca4471daee38c692501df932f6fc834f4a0 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Thu, 24 Sep 2020 19:17:14 -0400 Subject: [PATCH 1/2] Renames main.js to app.js closes #2340 --- CHANGELOG.md | 4 ++++ dist/doc/html.md | 2 +- dist/doc/js.md | 2 +- dist/doc/usage.md | 2 +- dist/index.html | 2 +- src/doc/html.md | 2 +- src/doc/js.md | 2 +- src/doc/usage.md | 2 +- src/index.html | 2 +- src/js/{main.js => app.js} | 0 test/file_existence.js | 2 +- 11 files changed, 13 insertions(+), 9 deletions(-) rename src/js/{main.js => app.js} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59341dd9f..3f568ab517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.0.0 (TBD) + +* Rename CSS file and JS file + ## 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 1469a935b1..8dfc6f760a 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 acb058c522..1fb8ef3f57 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 1469a935b1..8dfc6f760a 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 aca356ba94..9d593fad79 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@

Hello world! This is HTML5 Boilerplate.

- +