We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Sass team changed the Linux packaging with v1.58.0 and later: sass/dart-sass-embedded#150
Now it's like the Windows and Mac packaging:
├── src/ │ ├── dart* │ ├── dart-sass-embedded.snapshot* │ └── LICENSE* └── dart-sass-embedded*
The dart-sass-embedded script calls the dart executable which interacts with the dart-sass-embedded.snapshot.
So this bit needs to change: https://github.com/gohugoio/hugo/blob/master/snap/snapcraft.yaml#L153-L157
cc @anthonyfok
The text was updated successfully, but these errors were encountered:
snap: Fix dart-sass-embedded installation
e224a08
Closes gohugoio#10783
a950950
Closes #10783
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
jmooring
Successfully merging a pull request may close this issue.
The Sass team changed the Linux packaging with v1.58.0 and later:
sass/dart-sass-embedded#150
Now it's like the Windows and Mac packaging:
The dart-sass-embedded script calls the dart executable which interacts with the dart-sass-embedded.snapshot.
So this bit needs to change:
https://github.com/gohugoio/hugo/blob/master/snap/snapcraft.yaml#L153-L157
cc @anthonyfok
The text was updated successfully, but these errors were encountered: