From 9cd453516ea1d893fd3f9f2969e0f589be14e7bc Mon Sep 17 00:00:00 2001 From: Federico Soria Date: Mon, 26 Aug 2013 11:31:25 -0700 Subject: Warning on doc for assets under lib|vendor not precompiling --- guides/source/asset_pipeline.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 862742679c..b843d5b8e9 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -235,6 +235,11 @@ scope of the application or those libraries which are shared across applications * `vendor/assets` is for assets that are owned by outside entities, such as code for JavaScript plugins and CSS frameworks. +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 -- cgit v1.2.3