syndesisio / syndesis.io

The syndesis.io Website
https://syndesis.io
10 stars 34 forks source link

CSS issue on build #105

Closed kahboom closed 5 years ago

kahboom commented 5 years ago

CSS is not rendering properly... see the difference between the Gulp serve and Gulp build-produced CSS headers:

Correct (gulp):

cli-correct dev-full

Incorrect (gulp build and live):

cli-incorrect dev-incorrect
kahboom commented 5 years ago

NOTE: Just noticed this only happens for locally built files with gulp build and when deployed to a GH page from your own fork. Not 100% sure why, guessing it has to do with the path to assets. Closing for now as it's not an issue for local development or "production".