App styling not appearing on device

All the styling for my application works just fine with ionic serve and ionic emulate with livereload option. But when it comes to running in the device and the emulator with no livereload the styling does not appear. I also see no errors in the console I added the cordova console plugin, I’ve double checked everything in the index.html and everything is correctly referenced.

Any help would be greatly appreciated !
Thanks

Solved:

Needed to triple check my index.html. I followed a post on the forum on how to debug the emulator without livereload using the developer tools on safari. Turns out there was an extra / at the start of the path for the css files.