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 93af235 commit 9b91d74Copy full SHA for 9b91d74
src/modify_deployment.sh
@@ -35,16 +35,12 @@ for file in _just/style/*; do
35
echo "_just/${FILE_ID}.css"
36
FILE_ID=$((FILE_ID + 1))
37
done
38
-echo ""
39
-echo "End _just Chunks"
40
41
-echo "----------------"
+echo "End _just Chunks\n"
+echo "----------------\n"
42
echo -e "\n----------------\n\nDangerously Inserted Files:\n"
43
for file in _just/dangerously-insert-files/*; do
44
cp "$file" "deploy/$(basename "$file")"
45
echo "$(basename "$file")"
46
47
48
-echo "End Dangerously Inserted Files"
49
50
+echo "End Dangerously Inserted Files\n"
0 commit comments