The provided makefile (colorbox.make.example) has a wrong URL for fetching the actual Colorbox code, the correct one should be (tested and working) the following one, that fetches the latest Github Colorbox JQuery plugin:

core = 7.x
api = 2

libraries[colorbox][download][type] = "file"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/master.zip"
libraries[colorbox][directory_name] = "colorbox"
libraries[colorbox][destination] = "libraries"

Comments

frjo’s picture

Status: Active » Fixed

The url should be for the 1.x branch that will maintain compatibility with older version of jQuery.

https://github.com/jackmoore/colorbox/archive/1.x.zip

I have committed your code from above with this changes now.

Thanks for the report!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.