django-quill-editor
django-quill-editor copied to clipboard
Static Files VS CDN
Hello!
First of all, thanks for your django plugin, nice work! 👍
So, now is my question, I'm trying to optimise files/request for my django app (minifying, tracking unused static code etc...) and I noticed your plugin is using CDNs for darcula, highlight & quill but not for django_quill (which is under "Custom").
Since the minified files are in the plugin's folder, why would you use CDN? Any reason for this?
Thanks for reading, keep up the good work :)