Bug #2867 - The online editor: Starting some optimizations for speed. Providing a compressed version of javascript for the customizations plugin. The compressed version is active when the system is in production mode. On test server mode the original source javascript is active (i.e. requested by browsers). For more information about making compressed scripts see http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Customization/Scripts_Compression .
parent
622ca97e42
commit
2a0f7206f0
@ -0,0 +1,11 @@ |
||||
<?xml version="1.0" encoding="utf-8" ?> |
||||
<Package> |
||||
<Test></Test> |
||||
<Header><![CDATA[]]></Header> |
||||
<Constants> |
||||
<Constant name="" value="" /> |
||||
</Constants> |
||||
<PackageFile path="fckplugin_compressed.js"> |
||||
<File path="fckplugin.js" /> |
||||
</PackageFile> |
||||
</Package> |
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue