1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rephrase note about Capistrano in Asset Pipeline Guide

This commit is contained in:
Ryan Lue 2018-01-18 19:05:10 +08:00
parent 7d8e621960
commit d09aa6d6bb

View file

@ -826,7 +826,8 @@ Note the following caveats:
```ruby
config.assets.prefix = "/dev-assets"
```
* Do not run the Capistrano deployment task that precompiles assets.
* The asset precompile task in your deployment tool (_e.g.,_ Capistrano) should
be disabled.
* Any necessary compressors or minifiers must be available on your development
system.