Change file name to remove ERB suffix (#13237)

We moved the initializePage.js file from ERB to pure/plain js in
https://github.com/forem/forem/pull/8030, and the docs are out of sync
with the code.

Fix up the path to this file so it matches the codebase.
This commit is contained in:
Daniel Uber 2021-04-03 18:50:11 -05:00 committed by GitHub
parent 009c14653a
commit 77273267b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ which is included globally in the primary template,
//= require_tree .
```
One JS file in particular, `app/assets/javascripts/initializePage.js.erb`,
One JS file in particular, `app/assets/javascripts/initializePage.js`,
bootstraps the majority of the functionality. You will notice, within this file,
that major sections of the websites are bootstrapped, for example: