-
Notifications
You must be signed in to change notification settings - Fork 486
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
Reorganize clay-css and clay npm packages #837
Comments
@jbalsas I'm totally OK with that proposition. |
We are bundling the CSS from the current So for us, this would be a breaking change, and we would need to instead depend on this new |
Would it might make sense for this After all, you won't be needing the rest of things in there... |
I don't think the breaking change is a big deal for us. Also, it should lead to a more cleanly organized set of packages, right? |
That's what I think, yeah... we would have:
Does that make sense? Is there any other way this would be more easily understandable? |
This has been done and published as Thanks! |
In order to fully leverage cdns like https://unpkg.com/ or https://www.jsdelivr.com/, we need to have a nice npm package published.
There's still some confusion with the current
clay
package, as it pretty much brings only css.For these reasons, I'm proposing:
clay
toclay-css
clay
package that exposes the compiled css and js bundling all components and resourcesUnless someone heavily disagrees, I'll send a PR with these changes later ;)
/cc @matuzalemsteles, @julien, @carloslancha, @pat270
Fair warning, @bryceosterhaus, @mthadley, as this might affect you... what are you currently using and how?
The text was updated successfully, but these errors were encountered: