Skip to content

Commit

Permalink
no need to cat the devfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mercillo committed Jul 26, 2024
1 parent 557a33d commit 8448bd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/inject-css.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ for subfolder in build/*; do

link_tag="<link rel=\"stylesheet\" href=\"$relative_file\" />"

cat $devtools_file

sed -i "s|</head>|$link_tag</head>|" $devtools_file
done
fi
Expand Down

0 comments on commit 8448bd9

Please sign in to comment.