-
Notifications
You must be signed in to change notification settings - Fork 459
Integrate marksmith markdown editor #18435
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
base: master
Are you sure you want to change the base?
Conversation
292a0fc to
0fafb31
Compare
65445e5 to
4c1f16e
Compare
|
Review app will appear here: http://obs-reviewlab.opensuse.org/rubhanazeem-integrate-ms |
4c1f16e to
cfba8cf
Compare
cfba8cf to
f327250
Compare
|
|
||
| # Don't compress css because we use sassc-rails compressor to compress | ||
| # css which does not support tailwind functions | ||
| Rails.application.config.assets.css_compressor = nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rubhanazeem not sure if disabling css compressing is something we can do on production. I don't have any numbers, but this probably will increase load times on every view. Have you considered exchanging sassc with https://github.com/rails/dartsass-rails/ for example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked into https://github.com/rails/cssbundling-rails but it was not working out of the box and needed a couple more modifications. I will have a look into dartsass
|
Review app will appear here: http://obs-reviewlab.opensuse.org/rubhanazeem-integrate-ms |
2 similar comments
|
Review app will appear here: http://obs-reviewlab.opensuse.org/rubhanazeem-integrate-ms |
|
Review app will appear here: http://obs-reviewlab.opensuse.org/rubhanazeem-integrate-ms |
This PR introduces a new markdown editor (marksmith)
After: