Skip to content

Commit

Permalink
Include all css files in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Aug 20, 2020
1 parent 5317d4f commit 281d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build/js/main.js: $(shell find src) node_modules shadow-cljs.edn src/default-app
npx shadow-cljs release app $(DEBUGFLAG)

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

build/%: public/%
@mkdir -p `dirname $@`
Expand Down

0 comments on commit 281d3b0

Please sign in to comment.