rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

Head and Footer Content / Tailwind Configuration #286

Closed jonsgreen closed 2 years ago

jonsgreen commented 2 years ago

Reason for Change

While exploring the pros and cons of using the Tailwind CDN which is generally not recommended for production a contributor suggested that it was our best option and that we host the js ourselves. This PR brings the tailwind js into our app as a webpack.

It also adds the ability to add content to website page head and footer areas using CodeMirror text areas for editing. This will allow designers to extend tailwind even further as explained in the tailwind documentation. Also these content areas can generally be used for adding all kinds of javascript, css and meta tags if needed.

Changes

What's the impact of the "Play CDN" version of Tailwind?