mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #22753 from gwincr11/keeps-options-breaks-assets
Fix .keep file issue with ActionCable
This commit is contained in:
commit
b5049bc995
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Rails
|
||||||
directory 'app'
|
directory 'app'
|
||||||
|
|
||||||
keep_file 'app/assets/images'
|
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/controllers/concerns'
|
||||||
keep_file 'app/models/concerns'
|
keep_file 'app/models/concerns'
|
||||||
|
|
Loading…
Reference in a new issue