compilation -> compression [ci skip]

This commit is contained in:
Sharang Dashputre 2019-05-02 03:42:46 +05:30
parent f60a0b43f9
commit e732ec122d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ folder directly to the Ruby interpreter e.g. `ruby bin\rails server`.
TIP: JavaScript asset compression requires you
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.
`therubyrhino` is the recommended runtime for JRuby users and is added by
default to the `Gemfile` in apps generated under JRuby. You can investigate