tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
214 stars 133 forks source link

Assets should not be minimized/compressed #60

Open marcandre opened 9 years ago

marcandre commented 9 years ago

It's the job of the asset pipeline to minimize / compress / etc the source.

Among other things, we want uncompressed sources in development, in case we need stepping in the code...

randoum commented 8 years ago

I was looking for this as well, but CKEditor needs to run a bash script during compression See http://docs.ckeditor.com/#!/guide/dev_build

Never distribute the source version of CKEditor to production websites. There are serious performance implications of doing this. Instead, you must create a CKEditor "build" or "release version" (in contrast to the "source version"). It is an optimized, production-ready CKEditor distribution.