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

tailwind css should not be downloaded on build #610

Closed
ashleygwilliams opened this issue Aug 25, 2023 · 0 comments
Closed

tailwind css should not be downloaded on build #610

ashleygwilliams opened this issue Aug 25, 2023 · 0 comments
Labels
bug - build priority - high someone from axo is working on this now
Milestone

Comments

@ashleygwilliams
Copy link
Member

ashleygwilliams commented Aug 25, 2023

we recently added a build.rs file that downloads the tailwind cli on cargo build invocations. it has these benefits:

  • local development will build the css that is on main, and not use a potentially stale css from the last release
  • does not require a node env for local development
  • makes it easier to bundle css into the cli so we do not need to fetch css from the network at runtime

it has these downsides:

@ashleygwilliams ashleygwilliams added this to the oranda-0.4.0 milestone Aug 25, 2023
@shadows-withal shadows-withal added bug - build priority - medium someone from axo has this on their to-do list priority - high someone from axo is working on this now and removed priority - medium someone from axo has this on their to-do list labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - build priority - high someone from axo is working on this now
Projects
None yet
Development

No branches or pull requests

2 participants