Last active
October 9, 2015 11:08
-
-
Save claudinec/3494286 to your computer and use it in GitHub Desktop.
UFT Drupal 7 stub makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core = 7.x | |
api = 2 | |
; Copy of core | |
projects[drupal][version] = "7.22" | |
; Copy of uft_profile | |
; This contains another makefile that will recursively fetch | |
; our contrib/custom modules, libraries and themes | |
projects[uft_profile][type] = "profile" | |
projects[uft_profile][download][type] = "git" | |
projects[uft_profile][download][url] = "[email protected]:claudinec/uft_profile.git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment