Use the right source path when copying .min.css files (#3588)
This commit is contained in:
commit
4e3884cae7
@ -129,7 +129,7 @@ dependencies_to_install.each do |dep|
|
|||||||
dep = "videojs.markers" if dep == "videojs-markers"
|
dep = "videojs.markers" if dep == "videojs-markers"
|
||||||
|
|
||||||
if File.exists?("#{download_path}/package/dist/#{dep}.css")
|
if File.exists?("#{download_path}/package/dist/#{dep}.css")
|
||||||
if minified && File.exists?("#{tmp_dir_path}/#{dep}/package/dist/#{dep}.min.css")
|
if minified && File.exists?("#{download_path}/package/dist/#{dep}.min.css")
|
||||||
`mv #{download_path}/package/dist/#{dep}.min.css #{dest_path}/#{dep}.css`
|
`mv #{download_path}/package/dist/#{dep}.min.css #{dest_path}/#{dep}.css`
|
||||||
else
|
else
|
||||||
`mv #{download_path}/package/dist/#{dep}.css #{dest_path}/#{dep}.css`
|
`mv #{download_path}/package/dist/#{dep}.css #{dest_path}/#{dep}.css`
|
||||||
|
Loading…
Reference in New Issue
Block a user