Update documentation to customize JavaScript

Note that, while it doesn't really affect the way the application
behaves (as long as the JavaScript code doesn't rely on the order it's
loaded) we're requiring `app/assets/javascripts/custom.js` after
requiring any files in the `app/assets/javascripts/custom/` folder. This
is done for consistency, since we load the content of
`app/assets/javascripts/application.js` after requiring everything else.
This commit is contained in:
Javi Martín
2024-08-30 17:00:48 +02:00
parent a8250a6f46
commit ced834200a
8 changed files with 116 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
* [Translations and Texts](translations.md)
* [Images](images.md)
* [Styles with CSS](css.md)
* [Javascript](javascript.md)
* [JavaScript](javascript.md)
* [Models](models.md)
* [Controllers](controllers.md)
* [Views and HTML](views.md)