diff options
author | Matthew Draper <matthew@trebex.net> | 2014-04-24 04:44:20 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2014-04-24 04:49:02 +0930 |
commit | 4f31b7767e4a3cf7125235455a652f263c431278 (patch) | |
tree | dce7b5a90cb7f55acf26c5a99bfd928ec72b0fa8 /guides/code/getting_started/lib | |
parent | 32cdc032c30dad13931b6ce800d740a72872dabd (diff) | |
download | rails-4f31b7767e4a3cf7125235455a652f263c431278.tar.gz rails-4f31b7767e4a3cf7125235455a652f263c431278.tar.bz2 rails-4f31b7767e4a3cf7125235455a652f263c431278.zip |
Precompile the image we're referencing, too.
You can't compile a file that references a non-compiled asset's path.
.. unless you turn off asset runtime errors.
Outside of a test case like this, `config.assets.precompile` would
normally retain its default entry, which precompiles all images (and
other non-JS/CSS files) that are in `app/assets`.
Diffstat (limited to 'guides/code/getting_started/lib')
0 files changed, 0 insertions, 0 deletions