So I have a pretty big application with a lot of imports. Third party js libraries and a lot of angular code.
Now I glued them all together with wro4j into two big files that are compressed.
The order in which I did it is correct as the application works as intended. But often times when I press F5 to reload the page, stuff will break. JS console will start throwing errors and some style settings get lost on the page. But at the same time when I look at the source code, everything is still there. Angular tells about missing modules that are all there and the css that is broken... well the correct css is also in one file and correctly loaded into the page source code.
Has anyone experienced something like this? How would you debug this?