Hi
I am making a small change to the UI for the search suggestions, for which
I need to update or override xwiki-min.js
I would like to understand — how is xwiki.js minified to xwiki-min.js? It
looks to me like this is done statically (I went through the Skin extension
documentation
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Extension+Plugin>,
but when exactly the minification happens is still unclear to me)
If I want to update xwiki.js or xwiki-min.js, what is the best way to do
it? Previously I was adding another JS file called xwiki_overrides.js and
including that in "javascript.vm" which added additional listeners, but I
that is not very efficient for my current needs. Any pointers are welcome.
Thanks in advance
Debajit