ckeditor / ckeditor4-releases

Official distribution releases of CKEditor 4.
Other
522 stars 412 forks source link

Paste From Word files missing #56

Closed Tim-Intellipharm closed 8 years ago

Tim-Intellipharm commented 8 years ago

The dev and release repositories have different files for the pastefromword plugin https://github.com/ckeditor/ckeditor-dev/tree/master/plugins/pastefromword https://github.com/ckeditor/ckeditor-releases/tree/master/plugins/pastefromword

mlewand commented 8 years ago

Don't worry, that's actually fine! :) The reason for this is that CKBuilder (app that creates optimized CKEditor from our sources) inlines as much files as it can, e.g. js code, images. So that you end up with smaller CKEditor.

Tim-Intellipharm commented 8 years ago

I am using jspm to pull down the repository, and I cannot get the Paste From Word plugin to work. I cannot load the plugin

mlewand commented 8 years ago

@Tim-Intellipharm PFW plugin is working perfectly fine in our ckeditor-releases repository. To check that you could simply use GitHub's "Download ZIP" button in ckeditor-releases master branch. So it looks to be jspm issue.