mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #36160 from sharang-d/update-getting-started
compilation -> compression [ci skip]
This commit is contained in:
commit
82e3891f14
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ folder directly to the Ruby interpreter e.g. `ruby bin\rails server`.
|
||||||
|
|
||||||
TIP: JavaScript asset compression requires you
|
TIP: JavaScript asset compression requires you
|
||||||
have a JavaScript runtime available on your system, in the absence
|
have a JavaScript runtime available on your system, in the absence
|
||||||
of a runtime you will see an `execjs` error during asset compilation.
|
of a runtime you will see an `execjs` error during asset compression.
|
||||||
Usually macOS and Windows come with a JavaScript runtime installed.
|
Usually macOS and Windows come with a JavaScript runtime installed.
|
||||||
`therubyrhino` is the recommended runtime for JRuby users and is added by
|
`therubyrhino` is the recommended runtime for JRuby users and is added by
|
||||||
default to the `Gemfile` in apps generated under JRuby. You can investigate
|
default to the `Gemfile` in apps generated under JRuby. You can investigate
|
||||||
|
|
Loading…
Reference in a new issue