Skip to content

Instantly share code, notes, and snippets.

@perifer
Created July 9, 2012 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save perifer/3076712 to your computer and use it in GitHub Desktop.
Save perifer/3076712 to your computer and use it in GitHub Desktop.
Drupal make file for ckeditor/wysiwyg
; Wysiwyg make file. Specify core version below.
; Place in Drupal root and run from the drupal
; root directory with
; drush make ckedit.make --no-core .
core = 6.x
;core = 7.x
api = 2
; =====================================
; Libraries
; =====================================
; CKEditor 3.6.3
libraries[ckeditor][download][type] = get
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.3/ckeditor_3.6.3.zip
; Custom CKEditer skin
libraries[drupal][download][type] = get
libraries[drupal][subdir] = ckeditor_skin
libraries[drupal][download][url] = https://github.com/goodold/CKEditor-Drupal-skin/zipball/master
projects[wysiwyg][subdir] = contrib
projects[wysiwyg_linebreaks][subdir] = contrib
projects[ckeditor_settings][type] = module
projects[ckeditor_settings][subdir] = contrib
projects[ckeditor_settings][download][type] = git
projects[ckeditor_settings][download][url] = git@github.com:goodold/ckeditor_settings.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment