Hi gurus,
I have a problem to load my css file, deploying my app to the client server. In webide execution I have no problem.
I was doing ok using the older version of full screen template (deprecated), but then we change it to the worklist 1.28 version. This app has a structure with the "webapp" folder, so I left the "css" folder into the "webapp" folder (css/fullScreenStyles.css):
then I deployed to the client server (BSP Object):
and now the app can't find the file. Before, with the old structure, it doesn't show any problem.
I'm using this to load the css file:
jQuery.sap.includeStyleSheet('/webapp/css/fullScreenStyles.css');
and it was working fine. Maybe I'm routing wrong the file.
Any tip or hint will be very usefull.

