Skip to content

Commit

Permalink
Merge pull request #52 from open-simulation-platform/chore/figwheel-css
Browse files Browse the repository at this point in the history
fix(project): figwheel reloads css changes
  • Loading branch information
flakstad authored Mar 7, 2019
2 parents 6ea72ab + 0dd6c96 commit 4e64a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:optimizations :advanced
:parallel-build true}}]}

:figwheel {:css-dirs ["resources/public/css"]}
:figwheel {:css-dirs ["resources/public/static/css"]}

:profiles {:dev [:project/dev :profiles/dev]
:profiles/dev {}
Expand Down

0 comments on commit 4e64a11

Please sign in to comment.