Skip to content

Commit 281d3b0

Browse files
committed
Include all css files in build.
1 parent 5317d4f commit 281d3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build/js/main.js: $(shell find src) node_modules shadow-cljs.edn src/default-app
5656
npx shadow-cljs release app $(DEBUGFLAG)
5757

5858
build/style.css: public/*.css
59-
cat public/codemirror.css public/erlang-dark.css public/style.css > $@
59+
cat $< > $@
6060

6161
build/%: public/%
6262
@mkdir -p `dirname $@`

0 commit comments

Comments
 (0)