Skip to content

Instantly share code, notes, and snippets.

@AhHa45
Created October 12, 2015 14:37
Show Gist options
  • Save AhHa45/3216517db9dd2c359716 to your computer and use it in GitHub Desktop.
Save AhHa45/3216517db9dd2c359716 to your computer and use it in GitHub Desktop.
make file to install ckeditor lib to simplytest.me
; 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 .
api = 2
core = 7.x
; =====================================
; Libraries
; =====================================
; CKEditor 4.5.4
libraries[ckeditor][download][type] = get
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.5.4/ckeditor_4.5.4_standard.zip
libraries[ckeditor][directory_name] = "ckeditor"
libraries[ckeditor][destination] = "libraries"
libraries[ckeditor][destination][subtree] = "ckeditor_4.5.4_standard/ckeditor"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment