Sergey Burtsev
Sergey Burtsev
Thank you @clarkcode ! Maybe I did this patch too hastly without discussing with anyone here and only then realized that it can violate Trix philisophy and long-term plans. I...
@richlarcombe I've refactored the fork, so now it should work the way you suggested.
@richlarcombe You are right about multiple classes. I've updated the HTMLParser, so it now compares full className string of the element, so you could use it like: `Trix.config.blockAttributes.smallbox = {...
If each instance has it's own version of precompiled assets within it's container, there should be no problem, no?
Now I understand. We need public/assets folder shared between multiple instances, connected using [volumes](https://github.com/mrsked/mrsk#using-volumes) and containing old and new versions of assets...
First of all, thank you very much for your open-source work, @ko1 ! Using STDIN if no script is given is better idea, thank you! I will reopen PR with...