Skip to content

Commit

Permalink
Feat: remove extra sed replacement as this is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 13, 2024
1 parent a958352 commit 0716dac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ build:
--progressive false \
--hashed false \
&& rollup --config $(PROOT)/rollup.config.js \
&& sed -i 's/type="module"/defer="defer"/g' $(PROOT)/dist/index.html \
&& sed -i 's/href="\//href=".\//g' $(PROOT)/dist/index.html \
&& sed -i 's/src="\//src=".\//g' $(PROOT)/dist/index.html
&& sed -i 's/type="module"/defer="defer"/g' $(PROOT)/dist/index.html

develop:
compactor \
Expand Down

0 comments on commit 0716dac

Please sign in to comment.