Skip to content

Commit

Permalink
Fix styles include again.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Aug 20, 2020
1 parent 281d3b0 commit a2be9b4
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 @@ -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 $< > $@
cat public/codemirror.css public/erlang-dark.css public/dialog.css public/style.css > $@

build/%: public/%
@mkdir -p `dirname $@`
Expand Down Expand Up @@ -105,4 +105,4 @@ repl:

clean:
rm -rf build/*
lein clean

0 comments on commit a2be9b4

Please sign in to comment.