Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/videojs_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VideojsRails
VERSION = '4.12.15'
VERSION = '5.10.7'
end
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ And that resource to application.css file
And to production.rb add this line

```ruby
config.assets.precompile += %w( video-js.swf vjs.eot vjs.svg vjs.ttf vjs.woff )
config.assets.precompile += %w( video-js.swf VideoJS.eot VideoJS.svg VideoJS.ttf VideoJS.woff )
```

In Rails > 4.1
Add this line to config/initializers/assets.rb

```ruby
Rails.application.config.assets.precompile += %w( video-js.swf vjs.eot vjs.svg vjs.ttf vjs.woff )
Rails.application.config.assets.precompile += %w( video-js.swf VideoJS.eot VideoJS.svg VideoJS.ttf VideoJS.woff )
```

## Usage
Expand Down
Binary file modified vendor/assets/flash/video-js.swf
Binary file not shown.
Binary file added vendor/assets/fonts/VideoJS.eot
Binary file not shown.
102 changes: 102 additions & 0 deletions vendor/assets/fonts/VideoJS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/fonts/VideoJS.ttf
Binary file not shown.
Binary file added vendor/assets/fonts/VideoJS.woff
Binary file not shown.
Binary file removed vendor/assets/fonts/vjs.eot
Binary file not shown.
28 changes: 0 additions & 28 deletions vendor/assets/fonts/vjs.svg

This file was deleted.

Binary file removed vendor/assets/fonts/vjs.ttf
Binary file not shown.
Binary file removed vendor/assets/fonts/vjs.woff
Binary file not shown.
Loading