ember-prism icon indicating copy to clipboard operation
ember-prism copied to clipboard

Issue: customizations show up locally but not when deployed

Open MelSumner opened this issue 4 years ago • 3 comments

So I added the dracula theme for prism by adding the CSS file to my app. I see the changes locally, but when it deploys (Netlify), the changes don't show up:

Local: image

Deployed: image

Any ideas on what to do differently?

MelSumner avatar Sep 29 '21 18:09 MelSumner

@MelSumner I am not seeing prism or ember-prism in the package.json of ember-a11y-refocus. My guess would be the CSS is not getting deployed correctly or a PurgeCSS or something similar is removing the styles?

RobbieTheWagner avatar Sep 30 '21 23:09 RobbieTheWagner

@rwwagner90 that's not the repo- see https://github.com/MelSumner/ember-a11y-for/issues/1 👍

MelSumner avatar Oct 05 '21 12:10 MelSumner

@rwwagner90 I opened a separate issue with the details of the problem: https://github.com/shipshapecode/ember-prism/issues/387

gregone avatar Oct 27 '21 14:10 gregone