diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-10-06 20:04:09 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-10-06 20:04:09 +0530 |
commit | 2224a06b72d77343acd2cb82ec27cb02c6ec6df6 (patch) | |
tree | a444553f3084a16c397e62537ea36481889b00c6 /railties | |
parent | 9d091c038d5e3d35be09fbd0fd1603e3a4035ac2 (diff) | |
download | rails-2224a06b72d77343acd2cb82ec27cb02c6ec6df6.tar.gz rails-2224a06b72d77343acd2cb82ec27cb02c6ec6df6.tar.bz2 rails-2224a06b72d77343acd2cb82ec27cb02c6ec6df6.zip |
fix a space in the assets guide
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile index 7c79b202f1..1b06f4dedb 100644 --- a/railties/guides/source/asset_pipeline.textile +++ b/railties/guides/source/asset_pipeline.textile @@ -398,7 +398,7 @@ This can be changed with the +config.assets.manifest+ option. A fully specified config.assets.manifest = '/path/to/some/other/location' </erb> -NOTE: If there are missing precompiled files in production you will get an <tt>Sprockets::Helpers::RailsHelper:: AssetPaths::AssetNotPrecompiledError</tt> exception indicating the name of the missing file(s). +NOTE: If there are missing precompiled files in production you will get an <tt>Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError</tt> exception indicating the name of the missing file(s). h5. Server Configuration |