-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text highlighting/color is not present after running dist #15
Comments
Got the same issue, can anyone help urgently. I am organising the competition but stuck at this point. |
@hemkaran where you able to figure it out? I was able to get syntax highlighting by removing the Webpack Uglify JS Plugin from the production build so I believe there is an issue there but ideally the code should still be uglified. Any uglify experts out there? |
@gilchenzion Worked for me after removing uglify, so went for dev build instead of prod build to organise it. |
I'm having the same issue when working on a PR in a private fork. |
Yeah, the problem is still there. Have not solved yet. |
Confirming that this is still an issue. Haven't found a workaround. |
Hey CiTD team,
This repo is awesome. Excited to check this out. Thanks for doing this!
After running
gulp dist
, my local file was serving all black text rather then the syntax highlighting or any white text that I would expect. I tried doing some debugging but can't seem to pinpoint the issue.gulp serve
works as expected so I think it is somewhere in the build and inlining processThe text was updated successfully, but these errors were encountered: