Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
site-ng
Commits
51350efb
Commit
51350efb
authored
Oct 21, 2021
by
Zach van Rijn
Browse files
Update SASS commit and bump Node image.
parent
efc5cfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/compile.sh
View file @
51350efb
#!/bin/sh -e
HERE
=
$(
dirname
$(
readlink
-f
${
0
}
))
;
NODE
=
16.
6.0
-alpine3.14
;
NODE
=
16.
11.1
-alpine3.14
;
# https://hub.docker.com/_/node
cd
${
HERE
}
;
...
...
@@ -15,7 +15,7 @@ apk add git;
cd /tmp;
git clone https://github.com/sass/sass.git;
cd sass;
git checkout
2121f939b411c1650005b82c53557dd6248bff74
;
git checkout
7d3f10de38cd390c23f3f3b7f646f5095cf78a05
;
npm audit fix;
npm install;
npm install -g sass;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment