Minify Javascript Actions ?

0
Hi, Playing around with 8.0.0 and the nanoflows. Works nice! Just a question though: is the output of the javascript actions going to be minified when deployed? I see that the javascript actions is is in a bundle, could be nice to minify the script!  
asked
2 answers
1

I guess you have answered your own question: No. This will probably get done in the near future, but it might be helpful to post an idea for this.

answered
0

Hi Sven,

Most JS Action are short, and so it will not add much value to minify it. 

It would make sense when JS action are using other libs, that might be bigger

When Mendix will support bundling dependencies it would much sense. If you are already copy pasting libs in JS action, it would be wise that the JS Action developer does do this. .

Cheers, Andries

answered