Closed bartonhammond closed 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?
Updated package.js with
'webix:webix@2.5.14'
Yeah, this is meteor's constraint solver at work. I filed a related ssue about that:
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:
According to the docs, I was expecting 2.5.14
Any ideas?