-
Notifications
You must be signed in to change notification settings - Fork 1.3k
📢 Big Change! Primer version 4.0.0 #189
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
Conversation
The secret is, we actually are, the monorepo will be back in our github/github codebase. We'll probably write a more in-depth article about it later when we get all the workflows smoothed out. |
|
@jonrohan Cool! Thanks for answering! 👍 |
|
It also be good if there's the ready css and min versions in the repos :) |
|
@tunnckoCore see #191 and #193 I'm including the css in the npm module |
|
Great, but i'm talking each component to have its css in its github repo to be accessed through cdn. Like Semantic UI works - they have both css and less on each repo. |
|
I've done the same for all the components, they have built css in each repo. and include the scss versions. What cdn are you using, it can't pull from npmjs.com? |
|
Can't see the css haha. I like to use rawgit while i play with the things. |
|
|
Hm, maybe. I'm just looking the github page and talking for that. Access without nodejs and npm, just directly through github :) Cuz don't have time for dev env currently and want to play with some things. |
|
Oh yea, thanks, just forgot for npmcdn. :) |
This PR introduces a big reorganization to how we distribute primer.
Previously
primer/primerwas a single repository that contained a bunch of different components and modules to build out the source.What we're moving too is a npm distributed model where each module is a smaller piece of CSS tied into the larger distribution package, (this repository).
All of the CSS that was in this repository previously is now in the following repositories, and available via http://npmjs.com/
The future of this repository is that it will most likely stay around and include all the modules for primer. So if you want everything you'll use this, if you want a more granular approach, you can build a package with any of the modules available.