mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add actioncable assets to gemspec.
actioncable.js and actioncable.esm.js is not included to gem package. It prevented us from using the action cable when using importmaps. This adds the missing asset files to gem package.
This commit is contained in:
parent
3df54e577c
commit
6fee8be7fd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
||||||
s.email = ["pratiknaik@gmail.com", "david@loudthinking.com"]
|
s.email = ["pratiknaik@gmail.com", "david@loudthinking.com"]
|
||||||
s.homepage = "https://rubyonrails.org"
|
s.homepage = "https://rubyonrails.org"
|
||||||
|
|
||||||
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/action_cable.js"]
|
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/*.js"]
|
||||||
s.require_path = "lib"
|
s.require_path = "lib"
|
||||||
|
|
||||||
s.metadata = {
|
s.metadata = {
|
||||||
|
|
Loading…
Reference in a new issue