Skip to content

Commit 40064bb

Browse files
Update modify_deployment.sh
1 parent 8a30f57 commit 40064bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/modify_deployment.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,20 @@ for file in _just/style/*; do
3939
echo "_just/${FILE_ID}.css"
4040
FILE_ID=$((FILE_ID + 1))
4141
done
42+
echo ""
43+
echo "End _just Chunks"
44+
echo ""
45+
echo "----------------"
46+
echo ""
47+
echo "----------------"
48+
echo ""
49+
echo "Dangerously Inserted Files:"
50+
echo ""
4251
for file in _just/dangerously-insert-files/*; do
4352
cp "$file" "deploy/$(basename "$file")"
4453
echo "$(basename "$file")"
4554
done
4655
echo ""
47-
echo "End _just Chunks"
56+
echo "End Dangerously Inserted Files"
4857
echo ""
4958
echo "----------------"

0 commit comments

Comments
 (0)