mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add a missing period to layouts_and_rendering.md [ci skip]
This commit is contained in:
parent
e86ef22cd4
commit
cb45950c27
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ The `javascript_include_tag` helper returns an HTML `script` tag for each source
|
|||
|
||||
If you are using Rails with the [Asset Pipeline](asset_pipeline.html) enabled, this helper will generate a link to `/assets/javascripts/` rather than `public/javascripts` which was used in earlier versions of Rails. This link is then served by the asset pipeline.
|
||||
|
||||
A JavaScript file within a Rails application or Rails engine goes in one of three locations: `app/assets`, `lib/assets` or `vendor/assets`. These locations are explained in detail in the [Asset Organization section in the Asset Pipeline Guide](asset_pipeline.html#asset-organization)
|
||||
A JavaScript file within a Rails application or Rails engine goes in one of three locations: `app/assets`, `lib/assets` or `vendor/assets`. These locations are explained in detail in the [Asset Organization section in the Asset Pipeline Guide](asset_pipeline.html#asset-organization).
|
||||
|
||||
You can specify a full path relative to the document root, or a URL, if you prefer. For example, to link to a JavaScript file that is inside a directory called `javascripts` inside of one of `app/assets`, `lib/assets` or `vendor/assets`, you would do this:
|
||||
|
||||
|
|
Loading…
Reference in a new issue