monaca / monaca-lib

npm package for handling Monaca cloud API and local debugging API
http://monaca.io
Other
14 stars 11 forks source link

Fixed frameworkVersion and cordovaVersion pairing issue. #85

Closed andipavllo closed 8 years ago

andipavllo commented 8 years ago

@frankdiox please take a look at this when you have time.

Require is caching the values of framework_version and cordova_version. This creates problems in case those two properties change as Monaca Debugger will still receive the original version and display warnings in certain cases. This implementation invalidates the cache for the specific file in which framework_version and cordova_version are contained.

Original bug report:

https://trello.com/c/AK2Sk50m/165-ios-monaca-6

frandiox commented 8 years ago

@andipavllo 👍 Do you want to release?

andipavllo commented 8 years ago

No it's ok, no need to release now.