dandv / meteor-webix

Meteor.js - Webix UI integration
https://atmospherejs.com/webix
MIT License
339 stars 39 forks source link

Package version of webix:webix is wrong? #24

Closed bartonhammond closed 9 years ago

bartonhammond commented 9 years ago

I am building my app using package based structure.

I include 'webix:webix' and a skin. When I look at the .meteor/local/build/programs/web.browser/packages/webix_webix.js, the header has this:

/*                                                                                                                     // 1
@license                                                                                                               // 2
webix UI v.2.3.8                                                                                                       // 3
This software is allowed to use under GPL or you need to obtain Commercial License                                     // 4
 to use it in non-GPL project. Please contact sales@webix.com for details                                              // 5
*/                                                                                                                     // 6

According to the docs, I was expecting 2.5.14

Any ideas?

dandv commented 9 years ago

I've tried to reproduce that both with a blank app and with the crud example from this repo, but webix_webix.js correctly shows 2.5.14.

Can you perhaps create a minimal reproduction repo?

bartonhammond commented 9 years ago

code: https://github.com/bartonhammond/webix-packageversion

view live: http://webix-packageversion.meteor.com/

bartonhammond commented 9 years ago

Updated package.js with

    'webix:webix@2.5.14'
dandv commented 9 years ago

Yeah, this is meteor's constraint solver at work. I filed a related ssue about that:

https://github.com/meteor/meteor/issues/4954