mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix .keep file issue with ActionCable
Fixes #22708 Make sure the channels file is create in assets/javascript/ so require tree works in asset pipeline.
This commit is contained in:
parent
043660249b
commit
a859108c82
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Rails
|
|||
directory 'app'
|
||||
|
||||
keep_file 'app/assets/images'
|
||||
keep_file 'app/assets/javascripts/channels' unless options[:skip_action_cable]
|
||||
empty_directory_with_keep_file 'app/assets/javascripts/channels' unless options[:skip_action_cable]
|
||||
|
||||
keep_file 'app/controllers/concerns'
|
||||
keep_file 'app/models/concerns'
|
||||
|
|
Loading…
Reference in a new issue