File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
* ! removed compojure as a dependency
6
6
Figwheel used compojure in its server to handle routing
7
7
this was overkill, it compilcated the routing and added an unneeded dependency.
8
- There is so little functionality that I just created what was needed
9
- with simple ring middleware. If the behavior of your : ring-handler changes
10
- (routes not being resolved, bad headers etc.) please let me know.
11
- For reference here is the commit: https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0
8
+ Strange things where happening when ` wrap-reload ` was being used in an
9
+ embedded ` :ring-handler ` .
10
+ There is so little routing functionality in figwheel that I just created
11
+ what was needed with simple ring middleware. If the behavior of your
12
+ : ring-handler changes (routes not being resolved, bad headers etc.)
13
+ please let me know. For reference here is the commit:
14
+ https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0
12
15
* improved the resiliency of the plugin around bad initial config data
13
16
the lein plugin uses config data from the project.clj before its
14
17
has been validated, I added some extra safe guards to protect against
You can’t perform that action at this time.
0 commit comments