Skip to content

Commit 6fee8be

Browse files
authored
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.
1 parent 3df54e5 commit 6fee8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/actioncable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
1818
s.homepage = "https://rubyonrails.org"
1919

20-
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/action_cable.js"]
20+
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/assets/javascripts/*.js"]
2121
s.require_path = "lib"
2222

2323
s.metadata = {

0 commit comments

Comments
 (0)