after run drush up, the folder: /sites/all/modules/ckeditor/ckeditor will be empty. I have to copy the original ckeditor to this folder again.
do you know is this issue from drush or ckeditor module?
thanks.
Luke
after run drush up, the folder: /sites/all/modules/ckeditor/ckeditor will be empty. I have to copy the original ckeditor to this folder again.
do you know is this issue from drush or ckeditor module?
thanks.
Luke
Comments
Comment #1
Anna_CKSource commentedIt seems that when you update the CKEditor module via drush, drush is removing the whole contents of the
/sites/all/modules/ckeditor/directory, including standalone CKEditor files.Since this is the case, we updated our documentation to mention that when using drush, it is recommended to put standalone CKEditor files to the
sites/all/libraries/directory.Comment #2
lukehan commentedYes, drush remove all the things....the workaround is ok.
Thanks.