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 8a30f57 commit 40064bbCopy full SHA for 40064bb
src/modify_deployment.sh
@@ -39,11 +39,20 @@ for file in _just/style/*; do
39
echo "_just/${FILE_ID}.css"
40
FILE_ID=$((FILE_ID + 1))
41
done
42
+echo ""
43
+echo "End _just Chunks"
44
45
+echo "----------------"
46
47
48
49
+echo "Dangerously Inserted Files:"
50
51
for file in _just/dangerously-insert-files/*; do
52
cp "$file" "deploy/$(basename "$file")"
53
echo "$(basename "$file")"
54
55
echo ""
-echo "End _just Chunks"
56
+echo "End Dangerously Inserted Files"
57
58
echo "----------------"
0 commit comments