Good day!
I have a feature with module which used for css files:
<Module Name="LayoutsModules" Url="_catalogs/masterpage" RootWebOnly="TRUE" Path="ComposedLook"><File Type="GhostableInLibrary" Path="Core.css" Url="Display Templates/css/Core.css" ReplaceContent="TRUE" />I changed css content and updated solution.
After Update-SPSolution command i have the followed situation:
1) content of css file from the older version, check it by fiddler and direct request in address bar. Cache cleaning didn't help;
2) check out and check in the css file in master library.
and css file with new content!
Who could explain this behaviour?