Skip to content

Commit

Permalink
fix that pesky problem with missing oops.config namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 29, 2017
1 parent e67d1cf commit 1240862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:clean-targets ^{:protect false} ["target"
"test/resources/.compiled"]

:plugins [[lein-cljsbuild "1.1.5"]
:plugins [[lein-cljsbuild "1.1.6"]
[lein-shell "0.5.0"]
[lein-figwheel "0.5.14"]]

Expand Down
1 change: 1 addition & 0 deletions src/lib/oops/defaults.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

; please note that we want this code to be co-located with default config for easier maintenance
; but formally we want config spec to reside in oops.config namespace
(create-ns 'oops.config)
(alias 'config 'oops.config)

; -- config helpers ---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1240862

Please sign in to comment.