We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5086507 commit c3a2455Copy full SHA for c3a2455
www/build.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -e
3
4
echo "Installing dependencies from npm..."
5
npm i
@@ -14,7 +15,7 @@ echo "Building typescript..."
14
15
)
16
17
echo "Building scss..."
-sass www
18
+./node_modules/sass/sass.js www
19
20
echo "Decrypting secret gif..."
21
openssl enc -aes-256-cbc -d -in "./www/secret.gif.bin" -out "./www/secret.gif" -nosalt -K "$1" -iv "$2"
0 commit comments