ioos / compliance-checker-web

Web-based front-end for the IOOS Compliance Checker project
https://compliance.ioos.us
MIT License
5 stars 10 forks source link

Css and feedback button image loading in production/non-debug mode #86

Closed gitchrisadams closed 5 years ago

gitchrisadams commented 5 years ago

Moved font awesome out of the Assets.json file, not necessary to compile this into index.css since we can use the minified version. Having this added to Assets.json was causing issues with font awesome relative path not working in library.

Also changed the path to the feedback button image to be absolute since the path will be different when using compiled or non-compiled/Debug/non-debug mode when using a relative path.