Elxis CMS Forum

Extensions => Components => Topic started by: peppemania on February 04, 2014, 17:54:21

Title: IOSR4 minifier ckeditor
Post by: peppemania on February 04, 2014, 17:54:21
hi,
if JS minifier is enabled, ckeditor in Hoteliers control panel shows nothing.
there are solutions? ...leaving minifier js active.

alternatively how do exclude ckeditor.js from compression?
Title: Re: IOSR4 minifier ckeditor
Post by: datahell on February 04, 2014, 19:27:47
Minifier works good on css/js files without image files (eg. background images). Because the unified file loses the information of the relative paths. The only solution is to use absolute paths (urls) or paths starting from Elxis root folder.

I will check it and notify you if you can do something easy to solve it.