Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1873148 by tgeller: Libraries should be downloaded as zip-files #2

Open
wants to merge 1 commit into
base: 7.x-2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,11 @@ projects[shiny][version] = 1.6

; Libraries.
libraries[colorbox][type] = "libraries"
libraries[colorbox][download][type] = "file"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/master.zip"
libraries[colorbox][download][type] = "get"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/1.6.3.zip"
libraries[jquery.bxslider][type] = "libraries"
libraries[jquery.bxslider][download][type] = git
libraries[jquery.bxslider][download][url] = https://github.com/stevenwanderski/bxslider-4.git
libraries[jquery.bxslider][download][revision] = 49a59494c0769c67a7ed2afe35f096e6d6fc956d
libraries[jquery.bxslider][download][branch] = master
libraries[jquery.bxslider][download][type] = "get"
libraries[jquery.bxslider][download][url] = "https://github.com/stevenwanderski/bxslider-4/archive/v4.2.5.zip"
libraries[jquery_ui_spinner][type] = "libraries"
libraries[jquery_ui_spinner][download][type] = git
libraries[jquery_ui_spinner][download][url] = https://github.com/btburnett3/jquery.ui.spinner.git
Expand All @@ -174,20 +172,17 @@ libraries[cloud-zoom][type] = "libraries"
libraries[cloud-zoom][download][type] = "file"
libraries[cloud-zoom][download][url] = "http://www.professorcloud.com/downloads/cloud-zoom.1.0.3.zip"
libraries[jquery_expander][type] = "libraries"
libraries[jquery_expander][download][type] = git
libraries[jquery_expander][download][url] = https://github.com/kswedberg/jquery-expander.git
libraries[jquery_expander][download][revision] = 9b8da2340b87e8dbbb5e7e2563a2ca4bdf09a1b4
libraries[jquery_expander][download][branch] = master
libraries[jquery_expander][download][type] = "get"
libraries[jquery_expander][download][url] = "https://github.com/kswedberg/jquery-expander/archive/1.4.14.zip"
libraries[selectnav.js][type] = "libraries"
libraries[selectnav.js][download][type] = git
libraries[selectnav.js][download][url] = https://github.com/lukaszfiszer/selectnav.js.git
libraries[selectnav.js][download][revision] = 538237c7c5e95736fc376f4efc3e40f5b98eecc5
libraries[selectnav.js][download][branch] = master
libraries[ie7-js][type] = "libraries"
libraries[ie7-js][download][type] = "file"
libraries[ie7-js][download][type] = "get"
libraries[ie7-js][download][url] = "https://ie7-js.googlecode.com/files/ie7-2.1%28beta4%29.zip"
libraries[chosen][type] = "libraries"
libraries[chosen][download][type] = "get"
libraries[chosen][download][url] = "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip"
libraries[chosen][directory_name] = "chosen"
libraries[chosen][destination] = "libraries"