zikula-modules / Scribite

Integrate WYSIWYG editors for Zikula and its modules.
30 stars 7 forks source link

rebuild combined js/css files on hook connection #194

Closed craigh closed 4 years ago

craigh commented 4 years ago

when an editor is connected to a module in hooks, the combined css and js files must be rebuilt. also when the hook is disconnected.

@Guite can you look into this one?

Guite commented 4 years ago

Two use cases:

1) Hook bundle (for all connection creations and removals) 2) Scribite specific (default editor changes, override changes)

Guite commented 4 years ago

Fix for 1: https://github.com/zikula/core/pull/4340 FIx for 2: https://github.com/zikula-modules/Scribite/pull/195