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 e3e50e1 commit 5bf0d60Copy full SHA for 5bf0d60
src/compress.js
@@ -72,4 +72,14 @@ function findAndCompressFiles(dir) {
72
});
73
}
74
75
-findAndCompressFiles(deployDir);
+findAndCompressFiles(deployDir);
76
+
77
+/*
78
79
+EXAMPLE just.config.js FILE for compressing your static website:
80
81
+module.exports = {
82
+ type: "compressor"
83
+}
84
85
+*/
src/redirect/index.js
@@ -142,4 +142,4 @@ module.exports = {
142
143
144
145
-*/
src/run.sh
@@ -43,10 +43,8 @@ installNodejs() {
43
echo $ERROR_MESSAGE
44
sudo apt update
45
sudo apt install -y nodejs npm && \
46
- echo $msg3
47
- elif
48
49
fi
+ echo $msg3
50
51
52
if [ -f "$CONFIG_DATA" ]; then
0 commit comments