Skip to content

Commit

Permalink
Fix #19 and #21
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Nov 8, 2014
1 parent 27489c5 commit c948701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/frontend-custom.rb
Expand Up @@ -26,15 +26,15 @@
ark 'jwplayer' do
url "https://account.jwplayer.com/static/download/jwplayer-#{node['jwplayer']['version']}.zip"
checksum node['jwplayer']['sha256']
path "#{node['drupal']['dir']}/sites/all/libraries/jwplayer"
path "#{node['drupal']['dir']}/sites/all/libraries"
action :put
end

# get video.js from videojs
ark 'videojs' do
url "http://www.videojs.com/downloads/video-js-#{node['videojs']['version']}.zip"
checksum node['videojs']['sha256']
path "#{node['drupal']['dir']}/sites/all/libraries/video-js"
path "#{node['drupal']['dir']}/sites/all/libraries"
action :put
end

Expand Down

0 comments on commit c948701

Please sign in to comment.