Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using webix.min.js and webix.js? #155

Closed
dandv opened this issue Dec 10, 2014 · 3 comments
Closed

Consider using webix.min.js and webix.js? #155

dandv opened this issue Dec 10, 2014 · 3 comments
Milestone

Comments

@dandv
Copy link
Contributor

dandv commented Dec 10, 2014

Right now Webix ships webix.js for the minified version and webix_debug.js for the non-minified one.

The convention I've seen in the JS OSS ecosystem favors .min.js for minified files, and just .js for the debug version: jquery, Kendo UI, d3, moment etc.

@mkozhukh
Copy link
Member

I agree that some.min.js is a more common approach, we will consider renaming.

Still, webix_debug.js contains some extra code ( extra asserts , logging and debug menu ) that is not included in webix.js. While webix.js is optimized for speed and size, webix_debug.js is optimized for problem detection and debugging. It is a bit more complicated than just full sources and minified version.

@dandv
Copy link
Contributor Author

dandv commented Dec 17, 2014

I see.

Looks like this has confused other people as well:
http://forum.webix.com/discussion/2314/where-is-the-source-code

@mkozhukh mkozhukh added this to the Webix 3.0 milestone Mar 10, 2015
@Zwillinge
Copy link
Member

Implemented in Webix 6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants