-
Notifications
You must be signed in to change notification settings - Fork 264
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
TRUNK_TOOLS_SASS has unexpected format requirements #541
Comments
Oh, this problems only happens with the javascript version of dart-sass, the native version does not have a suffix and only prints the current version. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
ping |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
aaaaaaaaaaaaaaahhhhhhhhhhhhhhhgggggggggggggggggggggggggg |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
According to documentation
TRUNK_TOOLS_SASS
should have the same effect as settingtools.sass
inTrunk.toml
.In the example Trunk.toml we have
sass = "1.54.9"
, however in the implementation the entire first line ofsass --version
is used which is not always just the version.Following current implentation, a correct example for the value would be something like
1.56.0 compiled with dart2js 2.18.4
, which is not very good.I would expect the value from the exampleTrunk.toml
to work when used as the value forTRUNK_TOOLS_SASS
.The text was updated successfully, but these errors were encountered: