Sha256: 9db5effdcae901233a387fd6487cc58efe18ec5e30b466387a5900076bc1e915

Contents?: true

Size: 847 Bytes

Versions: 4

Compression:

Stored size: 847 Bytes

Contents

1.) Go to https://ckeditor.com/cke4/builder
2.) Click Upload build-config.js
3.) Upload the build-config.js from this ./ckeditor/
4.) Select Skin Moono Color skin (scroll to the right)
5.) Language English
6.) Optimized Source
7.) Unzip the ckeditor.zip over the ./ckeditor/ directory
8.) Delete the ./ckeditor/samples/ directory

9.) cd effective_ckeditor/app/assets/javascripts/
10.) chmod +x after_update.sh
11.) ./after_update.sh
12.) Go into git and revert any removed plugins/effective_*/ files
13.) In the skins .css files, make two search and replaces:

Search for url(icons.png?t= and find the correct number.

replace: "url(icons.png?t=8b53603e8)" with "url(<%= asset_path('ckeditor/skins/moonocolor/icons.png') %>)"
replace: "url(icons_hidpi.png?t=8b53603e8)" with "url(<%= asset_path('ckeditor/skins/moonocolor/icons_hidpi.png') %>)"0

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_ckeditor-1.11.0 app/assets/javascripts/HOW_TO_UPGRADE_CKEDITOR.txt
effective_ckeditor-1.10.1 app/assets/javascripts/HOW_TO_UPGRADE_CKEDITOR.txt
effective_ckeditor-1.10.0 app/assets/javascripts/HOW_TO_UPGRADE_CKEDITOR.txt
effective_ckeditor-1.9.3 app/assets/javascripts/HOW_TO_UPGRADE_CKEDITOR.txt