Skip to content
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

[WIP] Monorepo #239

Closed
wants to merge 162 commits into from
Closed

[WIP] Monorepo #239

wants to merge 162 commits into from

Conversation

johno
Copy link
Member

@johno johno commented Aug 24, 2016

This is the WIP PR to begin building and publishing Tachyons modules from a monorepo (tachyons-css/tachyons).

What's new

Now, all source CSS resides in src/ and serves as the single point of truth. Via a build script, these files are then copied over to there relevant module during publishing.

Folder structure

build/ # Any build scripts or publishing packages, etc.
css/ # Distribution CSS
packages/ # Where the individual modules live
src/ # Where the source CSS lives
... # All other root level files

Tooling

@lachlanjc
Copy link
Member

YAY so glad we're doing this @johnotander :)

@joecohens
Copy link

Maybe using the new yarn workspaces feature can help here a bit. https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/

@johno
Copy link
Member Author

johno commented Nov 3, 2017

Closing in favor of #455

@johno johno closed this Nov 3, 2017
@johno johno deleted the v5-build branch March 24, 2018 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.