I've just joined a project where we are using sap netweaver to generate the website.
Until now people have been working on their DCP individually and therefore I now have 20 DCP to link together and style.
At the root, each DCP is an IView/IFrame.
We currently have 20 css files that makes it hard to maintain and quickly change so I'm looking to use scss to generate 1 css file to make everything work.
That part works fine, however I hit a problem, since each IFrame renders itself, each one loads a css file so I get 20 calls to the my new css file.
Is there a way to share the css file between the parent view and the IFrame, or at least set it so that the css file is downloaded once and the other 19 just use the cached version?
Cheers
Jason