Skip to content

Commit

Permalink
Merge pull request #16375 from johnnyshields/guides
Browse files Browse the repository at this point in the history
Guides: Add definition of `config.assets.manifest` option to configuring.md
  • Loading branch information
schneems committed Aug 4, 2014
2 parents 23f902c + edfc7b9 commit aa7d537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/configuring.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ pipeline is enabled. It is set to true by default.
* `config.assets.prefix` defines the prefix where assets are served from. Defaults to `/assets`. * `config.assets.prefix` defines the prefix where assets are served from. Defaults to `/assets`.
* `config.assets.manifest` defines the full path to be used for the asset precompiler's manifest file. Defaults to a file named `manifest-<random>.json` in the `config.assets.prefix` directory within the public folder.

* `config.assets.digest` enables the use of MD5 fingerprints in asset names. Set to `true` by default in `production.rb`. * `config.assets.digest` enables the use of MD5 fingerprints in asset names. Set to `true` by default in `production.rb`.


* `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`. * `config.assets.debug` disables the concatenation and compression of assets. Set to `true` by default in `development.rb`.
Expand Down

0 comments on commit aa7d537

Please sign in to comment.