Skip to content

Commit

Permalink
Don't forget about moving icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Nov 21, 2024
1 parent c40ad64 commit fa55b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ watch-css:

watch-html:
@npx chokidar-cli "src/**/*.html" \
-c "cp src/*.{html,svg} dist/" \
-c "cp src/*.{html,svg,ico,png} dist/" \
--initial
.PHONY: watch-html

Expand All @@ -21,7 +21,7 @@ build-css:
.PHONY: build-css

build-html:
@cp src/*.{html,svg} dist/
@cp src/*.{html,svg,ico,png} dist/
.PHONY: build-html

build: build-css build-html
Expand Down

0 comments on commit fa55b25

Please sign in to comment.