SC9 Libraries not working

I say they are not working but they are simply linked incorrectly when placed on live platform.

Example of current:
<link rel=“stylesheet” type=“text/css” href="…/_lib/libraries/grp/prj-shell /assets/css/elegant-icons.css">

Should be:
<link rel=“stylesheet” type=“text/css” href="…/libraries/grp/prj-shell /assets/css/elegant-icons.css">

For time being I have simply uploaded the library folder into the the lib folder!, but of course this is not corrrect!!!

in fact I thought moving the folder would solve it but I guess not!
SO this shit doesnt work as per usual lol

Hi Jamie,

You experienced this when you were converting to V9 from the older version projects right?

no, and in fact I solved it the stylesheet link has a space and that just killed it.