mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
130 stars 4 forks source link

Split into separate gems #55

Open aalin opened 1 year ago

aalin commented 1 year ago

It would be nice to split Mayu into two gems, one that has all build+dev dependencies and one that has everything that's necessary for production.

During build time we need parsers and a lot of stuff that isn't necessary in production... so better split it into two gems