Hello,
(doing my first steps in Smart UI SDK)
I noticed, that after each upgrade of my Smart UI module, I need manually clear browser's cahce for new changes to become effective.
I see that CS uses additional parameter while loading .js libraries. .e.g. .../img/dmtest/bundles/dm-all.js?v=536.111.24231?1400
This parameter stays static and doesn't change after I upgrade my module to new version, so browser doesn't know that file had changed, and still uses local/cached version.
How to force the change of this parameter or there is another way of doing this properly?