Bit of a strange one.
I've modified a web-resource java script file to update a function with a where condition. Import the file back into our dev environment, published and everything is working fine. Where condition works fine too.
I've exported the solution as a managed solution and import into our UAT environment by selecting import package and then update. For whataever the reason when I do that, java script file isn't getting updated in UAT solution.
As several other threads suggest, I've checked my customizations.xml file and it says "solutionaction="Added" for the file I modified under <formLibraries>
Can anyone suggest what is causing the javascript file not to get imported into UAT solution and guide me towards correct way to resolve this?