You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withkinvey-titanium-sdk.js
takes ~30 seconds, while compiling withkinvey-titanium-sdk.min.js
takes > 5 minutes in the same setup.Kinvey SDK Version
3.2.5
Titanium SDK version
5.5.0.GA
The text was updated successfully, but these errors were encountered: