Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / videojs / videojs.make.sample
1 ; Example Make file to demonstrate how to automatically fetch Video.js Player.
2 ; See http://davehall.com.au/blog/dave/2011/05/17/drush-make-and-module-dependencies#comment-2261
3 ; as to why this file ends with .example rather than .make.
4
5 libraries[video-js][download][type] = get
6 libraries[video-js][download][url] = https://github.com/videojs/video.js/releases/download/v5.5.3/video-js-5.5.3.zip
7 libraries[video-js][directory_name] = "video-js"