diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2018-10-23 19:35:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 19:35:34 +0200 |
commit | b4186a6fedf2836a500470826b09895070606bb7 (patch) | |
tree | fe347f159c95baba5e3db481a97fd99eaf6b1f71 /guides/source | |
parent | ff008c00f6cabe78d3b90bc3b9c14346aae01cb0 (diff) | |
parent | 9b1da318d91c605adeef57ff6d324df97ce0f51b (diff) | |
download | rails-b4186a6fedf2836a500470826b09895070606bb7.tar.gz rails-b4186a6fedf2836a500470826b09895070606bb7.tar.bz2 rails-b4186a6fedf2836a500470826b09895070606bb7.zip |
Merge pull request #34297 from albertoalmagro/full-remove-upgrade-information-from-assets-pipeline-guide
Fully remove duplicated upgrade information [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/asset_pipeline.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index faf5f7e1ca..500e230ff9 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -233,11 +233,6 @@ code for JavaScript plugins and CSS frameworks. Keep in mind that third party code with references to other files also processed by the asset Pipeline (images, stylesheets, etc.), will need to be rewritten to use helpers like `asset_path`. -WARNING: If you are upgrading from Rails 3, please take into account that assets -under `lib/assets` or `vendor/assets` are available for inclusion via the -application manifests but no longer part of the precompile array. See -[Precompiling Assets](#precompiling-assets) for guidance. - #### Search Paths When a file is referenced from a manifest or a helper, Sprockets searches the |