Is there any way in Webix 6 to use without debug mode.

Is there any way in Webix 6 to use without debug mode since webix.min.js is not working.

Hello,

Could you please specify the problem with “webix.min.js”? Starting from 6.0 this is the file that contains the minified Webix (without debugging).

I am using CDN of this file but it’s showing error 404 not found when I am opening it on the browser and thus the project is not getting loaded.

As far as I can see, the file is available: http://cdn.webix.com/edge/webix.min.js

@Helga I think what he means is that even when he uses webix.min.js he still gets the assertion error messages which I can confirm.

See the following example
https://snippet.webix.com/rf98mkg9

If you click the buttons you will see assertion error messages in the UI as well as the console - this wasn’t happening in previous Webix versions. Is there a way to disable this? Thanks.

@romant1 Yep, that doesn’t look good… There’s no way to disable assertion messages with public API, but we will remove them from the minified code (from v6.0.5), as it is not the right place for them.

Thank you for pointing it out.

@Helga Yes, it’ll be good if these console log doesn’t show up on UI as previously it was not shown.