Changes for page Debugging

Last modified by Simon Urli on 2023/10/10 11:46

From version 42.1
edited by Thomas Mortagne
on 2020/03/10 09:54
Change comment: There is no comment for this version
To version 43.1
edited by Vincent Massol
on 2020/04/23 18:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.VincentMassol
Content
... ... @@ -379,6 +379,8 @@
379 379   <configuration>
380 380   <executable>${ckeditor.builder.path}/build.sh</executable>
381 381   <arguments>
382 + <!-- Exclude from release all plugins/skins that are not specified in build-config. -->
383 + <argument>--skip-omitted-in-build-config</argument>
382 382   <argument>-s --leave-js-unminified</argument>
383 383   </arguments>
384 384   </configuration>
... ... @@ -390,6 +390,7 @@
390 390  )))
391 391  * Rebuild the ##application-ckeditor-webjar## module (you'll also need to rebuild##application-ckeditor-plugins## if you made changes to it).
392 392  * Copy the generated ##application-ckeditor-webjar-<version>.jar## to an XWiki instance, in ##WEB-INF/lib## and restart XWiki
395 +** You could also remove the CKEditor extensions in the permanent's directory (in ##extensions/repository##) to be safe.
393 393  * In the wiki, edit ##CKEditor.EditSheet## in object mode and look for ###set ($macroWizardBundlePath = "${ckeditorBasePath}plugins/xwiki-macro/macroWizard.bundle.min")## and remove the ##.min## part. Note that in this case you have to know that the macro wizard is loaded separately in ##macroWizard.bundle.min.js##. Otherwise the JS is in ##ckeditor.js##.
394 394  * Use your browser's dev tools to put breakpoints in the JS.
395 395  

Get Connected