mirror of
https://github.com/videojs/video.js.git
synced 2024-12-31 03:11:11 +02:00
Added newlines concat script to fix compiling issues.
This commit is contained in:
parent
72b9203c8c
commit
2a8a4342e0
4
Rakefile
4
Rakefile
@ -74,8 +74,8 @@ namespace :build do
|
||||
combined << File.read("src/#{item}")
|
||||
end
|
||||
|
||||
combined << File.read("tech/html5/html5.js")
|
||||
combined << File.read("tech/flash/flash.js")
|
||||
combined << "\n" << File.read("tech/html5/html5.js")
|
||||
combined << "\n" << File.read("tech/flash/flash.js")
|
||||
|
||||
# combined << File.read("flash/swfobject.js")
|
||||
combined << File.read("src/setup.js")
|
||||
|
Loading…
Reference in New Issue
Block a user