1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #17470 from keikun17/master

[ci skip] Fix line break on asset pipeline guide
This commit is contained in:
Zachary Scott 2014-10-31 21:34:17 -07:00
commit 4ef891189d

View file

@ -1347,8 +1347,7 @@ config.assets.digest = true
Rails 4 no longer sets default config values for Sprockets in `test.rb`, so Rails 4 no longer sets default config values for Sprockets in `test.rb`, so
`test.rb` now requires Sprockets configuration. The old defaults in the test `test.rb` now requires Sprockets configuration. The old defaults in the test
environment are: `config.assets.compile = true`, `config.assets.compress = environment are: `config.assets.compile = true`, `config.assets.compress = false`, `config.assets.debug = false` and `config.assets.digest = false`.
false`, `config.assets.debug = false` and `config.assets.digest = false`.
The following should also be added to `Gemfile`: The following should also be added to `Gemfile`: