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

Allow version configuration #38

Merged
merged 4 commits into from
Dec 15, 2023
Merged

Conversation

fracsi
Copy link
Contributor

@fracsi fracsi commented Dec 15, 2023

Follow up for #34 as discussed there in the comments

config/services.php Outdated Show resolved Hide resolved
src/DependencyInjection/TailwindExtension.php Outdated Show resolved Hide resolved
src/TailwindBinary.php Outdated Show resolved Hide resolved
@@ -115,6 +116,6 @@ public function getOutputCssContent(): string

private function createBinary(): TailwindBinary
{
return new TailwindBinary($this->tailwindVarDir, $this->projectRootDir, $this->binaryPath, $this->output);
return new TailwindBinary($this->tailwindVarDir, $this->projectRootDir, $this->binaryPath, $this->binaryVersion, $this->output);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this will introduce a possible BC break, though not sure if we can neglect it and mention in the release, it's convenient to have those 2 args close to each other

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TailwindBinary is basically internal,, so mentioning it in the release is OK i guess.

Co-authored-by: Victor Bocharsky <[email protected]>
@bocharsky-bw
Copy link
Member

We started having some randomly failing tests on Windows... do you have any ideas to make that stable? Looks like a permissions issue :/

@fracsi
Copy link
Contributor Author

fracsi commented Dec 15, 2023

We started having some randomly failing tests on Windows... do you have any ideas to make that stable? Looks like a permissions issue :/

Sorry. Not a clue...
It is interesting, that only lowest deps fails.

Copy link
Member

@bocharsky-bw bocharsky-bw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, this looks great to me, thank you for working on it!

doc/index.rst Outdated Show resolved Hide resolved
Co-authored-by: Victor Bocharsky <[email protected]>
@bocharsky-bw bocharsky-bw merged commit 43ad79d into SymfonyCasts:main Dec 15, 2023
11 checks passed
@fracsi fracsi deleted the config-version branch December 15, 2023 16:41
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.

2 participants