Skip to content
Snippets Groups Projects
Commit 7f7751dd authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2865977: Changed the location of libraries from Varbase profile folder...

Issue #2865977: Changed the location of libraries from Varbase profile folder to the Drupal root of th project.
parent ce320633
No related branches found
No related tags found
No related merge requests found
......@@ -8,16 +8,3 @@ projects[drupal][version] = "8.3.0"
projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch
;; Issue #2853988: Add option to rewrite robots.txt on staging environments
projects[drupal][patch][] = https://www.drupal.org/files/issues/drupal_8-allow_stg_robots-2853988-2.patch
;;;;;;;;;;;;;;;;;;;;;
;; Libraries
;;;;;;;;;;;;;;;;;;;;;
libraries[dropzone][download][type] = get
libraries[dropzone][download][url] = "https://github.com/enyo/dropzone/archive/v4.3.0.tar.gz"
libraries[blazy][download][type] = get
libraries[blazy][download][url] = "https://github.com/dinbror/blazy/archive/1.8.2.tar.gz"
libraries[slick][download][type] = get
libraries[slick][download][url] = "https://github.com/kenwheeler/slick/archive/1.6.0.tar.gz"
\ No newline at end of file
......@@ -398,3 +398,19 @@ projects[varbase_heroslider_media][version] = 4.0-alpha6
projects[varbase_carousels][type] = module
projects[varbase_carousels][subdir] = "contrib"
projects[varbase_carousels][version] = 4.0-alpha2
;;;;;;;;;;;;;;;;;;;;;
;; Libraries
;;;;;;;;;;;;;;;;;;;;;
libraries[dropzone][download][type] = get
libraries[dropzone][download][url] = "https://github.com/enyo/dropzone/archive/v4.3.0.tar.gz"
libraries[dropzone][destination] = libraries
libraries[blazy][download][type] = get
libraries[blazy][download][url] = "https://github.com/dinbror/blazy/archive/1.8.2.tar.gz"
libraries[blazy][destination] = libraries
libraries[slick][download][type] = get
libraries[slick][download][url] = "https://github.com/kenwheeler/slick/archive/1.6.0.tar.gz"
libraries[slick][destination] = libraries
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment