提交 28677014 编写于 作者: G Guillermo Iguaran

Add reference about --skip-sprockets to Asset Pipeline Guide

上级 7531aa76
......@@ -25,6 +25,12 @@ In Rails 3.1, the asset pipeline is enabled by default. It can be disabled in +a
config.assets.enabled = false
</plain>
You can also disable it when you are creating a new application passing the --skip-sprockets parameter:
<plain>
rails new appname --skip-sprockets
</plain>
It is recommended that you use the defaults for all new apps.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册