Add notes for installing "extended" Sass/SCSS version #543
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds instruction for installing "extended" Sass/SCSS version, especially the new "extended" track of Hugo Snap, and made some other revisions along the way.
It is not comprehensive, e.g. the Homebrew version is now built with "extended" but I haven't edited those instructions yet. I was also thinking of splitting installing.md into two separate pages "installing pre-built binary" and "building from source". Too much work, maybe next time. ;-)
@bep, my apologies for not having a discussion with you since we last discussed this two weeks ago at gohugoio/hugo#4908. The Snap gurus at https://forum.snapcraft.io/t/request-for-new-extended-track-for-hugo-snap/6297 has decided that the use of snap "track" is the best way to go after reading our prior discussions, and have set up one for us after a one-week voting period, and I have been testing it for a few days and everything is working flawlessly.
But yes, I thought I'd better let you know what is going on before publicizing
snap install hugo --channel=extended
, hence this PR. :-)For your information, these are being built from Launchpad again automatically:
(The "license: unknown" line is a glitch with the snap CLI. The Snap Store web interface correctly shows Apache-2.0 for our license.)
I currently run
git rebase
for these extended-snap-* branches until I start to learn how to do it automatically via git hooks.Many thanks for reviewing, and thank you for Hugo 0.45!