diff options
author | Sharang Dashputre <sharang.d@gmail.com> | 2019-05-02 02:52:10 +0530 |
---|---|---|
committer | Sharang Dashputre <sharang.d@gmail.com> | 2019-05-02 02:53:09 +0530 |
commit | ec3314f6af69d3d34f549a71ee49428d6e44b9b9 (patch) | |
tree | 6feb19409b0e15d3f4b7e415b6f2785687534c08 /guides/source | |
parent | f4fd7d1d20dfbc4389435a8f0f153f7960bb1544 (diff) | |
download | rails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.tar.gz rails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.tar.bz2 rails-ec3314f6af69d3d34f549a71ee49428d6e44b9b9.zip |
Update asset compression text [ci skip]
Diffstat (limited to 'guides/source')
-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 1f6744caba..7000fa408c 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -205,7 +205,7 @@ $ rails server TIP: If you are using Windows, you have to pass the scripts under the `bin` folder directly to the Ruby interpreter e.g. `ruby bin\rails server`. -TIP: Compiling JavaScript asset compression requires you +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. Usually macOS and Windows come with a JavaScript runtime installed. |