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

Minified Kinvey SDK exhibits different behavior than the unminified version #6

Open
tejasranade opened this issue Dec 20, 2016 · 0 comments
Labels

Comments

@tejasranade
Copy link
Contributor

tejasranade commented Dec 20, 2016

Description

The minified version of the SDK (.min.js) behaves differently than the unminified version (.js).

Specifically -

  • User.update({}, {}) crashes with the .min.js version. It works fine on the .js version.

  • Compilation with alloy takes much longer with the .min.js. For the simple "Hello World" project here, compiling with kinvey-titanium-sdk.js takes ~30 seconds, while compiling with kinvey-titanium-sdk.min.js takes > 5 minutes in the same setup.

Kinvey SDK Version

3.2.5

Titanium SDK version

5.5.0.GA

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

No branches or pull requests

2 participants