We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214a8d commit 835f4bfCopy full SHA for 835f4bf
guides/source/asset_pipeline.md
@@ -192,15 +192,6 @@ NOTE: You must have an ExecJS supported runtime in order to use CoffeeScript.
192
If you are using macOS or Windows, you have a JavaScript runtime installed in
193
your operating system. Check [ExecJS](https://github.com/rails/execjs#readme) documentation to know all supported JavaScript runtimes.
194
195
-You can also disable generation of controller specific asset files by adding the
196
-following to your `config/application.rb` configuration:
197
-
198
-```ruby
199
- config.generators do |g|
200
- g.assets false
201
- end
202
-```
203
204
### Asset Organization
205
206
Pipeline assets can be placed inside an application in one of three locations:
0 commit comments