Skip to content

Commit

Permalink
Merge pull request #11986 from fedesoria/patch-3
Browse files Browse the repository at this point in the history
Warning on doc for assets under lib|vendor not precompiling
  • Loading branch information
fxn committed Aug 26, 2013
2 parents 55870cd + 9cd4535 commit 44cbad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/source/asset_pipeline.md
Expand Up @@ -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
Expand Down

0 comments on commit 44cbad8

Please sign in to comment.