diff options
author | Aditya Kapoor <aditya.kapoor@vinsol.com> | 2014-09-09 13:21:13 +0530 |
---|---|---|
committer | Aditya Kapoor <aditya.kapoor@vinsol.com> | 2014-09-09 13:21:13 +0530 |
commit | 3212b15b2359c51b8620f659e847bdb5ea572af1 (patch) | |
tree | 35fbfcc6a4ec97be57010369edc0b76f619ed16d | |
parent | c563656a48b81bbbf13b2c6e336af71f38434c77 (diff) | |
download | rails-3212b15b2359c51b8620f659e847bdb5ea572af1.tar.gz rails-3212b15b2359c51b8620f659e847bdb5ea572af1.tar.bz2 rails-3212b15b2359c51b8620f659e847bdb5ea572af1.zip |
[ci skip] change the line orientation on asset precompile page
-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: |