Ticket #2043 (closed Task: fixed)
The FCKDebug code should not be included in the compressed files
| Reported by: | fredck | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.2 |
| Component: | General | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
We don't need anything from FCKDebug when normally using the editor. We should be able so to avoid including its code inside the compressed files to save some bytes from it. The solution would be loading fckdebug.js by request, only if debugging is enabled.
Our code may have some debugging calls laying around, so the compressed files should still contain the debugging functions, but those should be empty. We could use @Packager.Remove.Start and @Packager.Remove.End to easily achieve that.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.