Skip to content

Commit

Permalink
figwheel watches the correct css directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliosmaster committed Jan 22, 2019
1 parent 19cfc9b commit 7f1c19e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased][unreleased]

## 0.1.7 - 2019-01-22
## Fixed

- Fixed an issue with changes to the provided css file not triggering figwheel reloading

## 0.1.6 - 2019-01-22
### Fixed

Expand Down Expand Up @@ -46,4 +51,4 @@ All notable changes to this project will be documented in this file. This change
- Project created

[Unreleased]:
https://github.com/Heliosmaster/reagent-ajax/compare/v0.1.6...HEAD
https://github.com/Heliosmaster/reagent-ajax/compare/v0.1.7...HEAD
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reagent-ajax/lein-template "0.1.6"
(defproject reagent-ajax/lein-template "0.1.7"
:description "Basic template with reagent and ajax calls using transit"
:url "http://github.com/Heliosmaster/reagent-ajax"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/reagent_ajax/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
:optimizations :advanced
:pretty-print false}}}}

:figwheel {:css-dirs ["generated/public/css"]}
:figwheel {:css-dirs ["resources/public/css"]}
:clean-targets ^{:protect false} [:target-path])

0 comments on commit 7f1c19e

Please sign in to comment.