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 e5b9248 commit 93af235Copy full SHA for 93af235
src/modify_deployment.sh
@@ -23,11 +23,7 @@
23
# Modify Deployment
24
mkdir -p deploy/_just/
25
FILE_ID=1
26
-echo ""
27
-echo "----------------"
28
29
-echo "_just Chunks:"
30
+echo -e "\n----------------\n\n_just Chunks:\n"
31
for file in _just/js/*; do
32
cp "$file" "deploy/_just/${FILE_ID}.js"
33
echo "_just/${FILE_ID}.js"
@@ -43,11 +39,7 @@ echo ""
43
39
echo "End _just Chunks"
44
40
echo ""
45
41
echo "----------------"
46
47
48
49
-echo "Dangerously Inserted Files:"
50
42
+echo -e "\n----------------\n\nDangerously Inserted Files:\n"
51
for file in _just/dangerously-insert-files/*; do
52
cp "$file" "deploy/$(basename "$file")"
53
echo "$(basename "$file")"
0 commit comments