You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, even though the build to which I compared the size was done on a month old codebase (with less features), after enabling CSS minification the overal size decreased so there was quite a lot to gain.
Old buid:
-rw-r--r-- 1 p staff 743783 20 Apr 13:34 ckeditor.compat.js
-rw-r--r-- 1 p staff 418135 20 Apr 13:34 ckeditor.js
New build:
-rw-r--r-- 1 p staff 740860 3 May 18:48 ckeditor.compat.js
-rw-r--r-- 1 p staff 412210 3 May 18:47 ckeditor.js
I noticed we don't minify CSS here :D
The text was updated successfully, but these errors were encountered: