1
0
Fork 0
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:
Matthew Draper 2015-12-22 17:12:03 +10:30
commit b5049bc995

View file

@ -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'