Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-15 Thread Anca Luca
On 05/14/2013 08:57 AM, Guillaume Louis-Marie Delhumeau wrote: Hi devs, Can't we rewrite all JSFX URLs with a suffix when $request.minify is set to false? I mean, when the developer do $xwiki.jsfx.use('uicomponents/widgets/upload.js'), the JSFX module actually add

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-14 Thread Guillaume Louis-Marie Delhumeau
Hi devs, Can't we rewrite all JSFX URLs with a suffix when $request.minify is set to false? I mean, when the developer do $xwiki.jsfx.use('uicomponents/widgets/upload.js'), the JSFX module actually add 'uicomponents/widgets/upload_full.js' to the webpage, if the file exists? There will be no

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-13 Thread Anca Luca
On 05/04/2013 09:28 AM, Vincent Massol wrote: On May 3, 2013, at 3:41 PM, Denis Gervalle d...@softec.lu wrote: On Thu, May 2, 2013 at 2:53 PM, Vincent Massol vinc...@massol.net wrote: Hi devs, ATM the solution is described here:

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-08 Thread Marius Dumitru Florea
On Thu, May 2, 2013 at 3:53 PM, Vincent Massol vinc...@massol.net wrote: Hi devs, ATM the solution is described here: http://dev.xwiki.org/xwiki/bin/view/Community/Debugging#HDebuggingJavaScript What would you think about doing this instead: * Package both the minimized and the non

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-04 Thread Vincent Massol
On May 3, 2013, at 3:41 PM, Denis Gervalle d...@softec.lu wrote: On Thu, May 2, 2013 at 2:53 PM, Vincent Massol vinc...@massol.net wrote: Hi devs, ATM the solution is described here: http://dev.xwiki.org/xwiki/bin/view/Community/Debugging#HDebuggingJavaScript What would you think

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-03 Thread Denis Gervalle
On Thu, May 2, 2013 at 2:53 PM, Vincent Massol vinc...@massol.net wrote: Hi devs, ATM the solution is described here: http://dev.xwiki.org/xwiki/bin/view/Community/Debugging#HDebuggingJavaScript What would you think about doing this instead: * Package both the minimized and the non

Re: [xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-03 Thread Thomas Mortagne
On Thu, May 2, 2013 at 2:53 PM, Vincent Massol vinc...@massol.net wrote: Hi devs, ATM the solution is described here: http://dev.xwiki.org/xwiki/bin/view/Community/Debugging#HDebuggingJavaScript What would you think about doing this instead: * Package both the minimized and the non

[xwiki-devs] [Proposal] Solution to make it easy to debug JS in XWiki

2013-05-02 Thread Vincent Massol
Hi devs, ATM the solution is described here: http://dev.xwiki.org/xwiki/bin/view/Community/Debugging#HDebuggingJavaScript What would you think about doing this instead: * Package both the minimized and the non minimized version in our WAR (it shouldn't add too much weight to our overall WAR