diff options
author | Sharang Dashputre <sharang.d@gmail.com> | 2019-05-02 03:42:46 +0530 |
---|---|---|
committer | Sharang Dashputre <sharang.d@gmail.com> | 2019-05-02 03:42:46 +0530 |
commit | e732ec122d74ac62c188d2595a0106970483cf7f (patch) | |
tree | ae7b27b6b36562c2a07052a890b0c061c8e517cc /guides | |
parent | f60a0b43f9cc03e1588767116a35679d8f8d9a94 (diff) | |
download | rails-e732ec122d74ac62c188d2595a0106970483cf7f.tar.gz rails-e732ec122d74ac62c188d2595a0106970483cf7f.tar.bz2 rails-e732ec122d74ac62c188d2595a0106970483cf7f.zip |
compilation -> compression [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 7000fa408c..e8b224a1a3 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -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 |