Skip to content

Commit 5bf0d60

Browse files
fix
1 parent e3e50e1 commit 5bf0d60

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/compress.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,14 @@ function findAndCompressFiles(dir) {
7272
});
7373
}
7474

75-
findAndCompressFiles(deployDir);
75+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ module.exports = {
142142
}
143143
}
144144
145-
*/
145+
*/

src/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ installNodejs() {
4343
echo $ERROR_MESSAGE
4444
sudo apt update
4545
sudo apt install -y nodejs npm && \
46-
echo $msg3
47-
elif
48-
echo $msg3
4946
fi
47+
echo $msg3
5048
}
5149

5250
if [ -f "$CONFIG_DATA" ]; then

0 commit comments

Comments
 (0)