diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2014-09-09 14:29:07 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2014-09-09 14:29:07 +0530 |
commit | 3302c8bb51ad0aef6c983684a97856a157fba89e (patch) | |
tree | 91101c9365742b819e2c6a71cd0cf571c514658b /guides | |
parent | d5580b91b64daeb114875f24f6d54bbf88428018 (diff) | |
parent | 3212b15b2359c51b8620f659e847bdb5ea572af1 (diff) | |
download | rails-3302c8bb51ad0aef6c983684a97856a157fba89e.tar.gz rails-3302c8bb51ad0aef6c983684a97856a157fba89e.tar.bz2 rails-3302c8bb51ad0aef6c983684a97856a157fba89e.zip |
Merge pull request #16850 from aditya-kapoor/correct-line
[ci skip] change the line orientation on asset precompile page
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/asset_pipeline.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 15d743fb33..2a8940684f 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -208,9 +208,7 @@ precompiling works. NOTE: You must have an ExecJS supported runtime in order to use CoffeeScript. If you are using Mac OS X or Windows, you have a JavaScript runtime installed in -your operating system. Check -[ExecJS](https://github.com/sstephenson/execjs#readme) documentation to know all -supported JavaScript runtimes. +your operating system. Check [ExecJS](https://github.com/sstephenson/execjs#readme) documentation to know all supported JavaScript runtimes. You can also disable generation of controller specific asset files by adding the following to your `config/application.rb` configuration: |