Closed jlangson closed 1 year ago
I think it's the result of adding the path in resources :resources ["themes/lotus/img" "img"]
since those are assumed to be relative to content. That should get resolved by themes/lotus/config.edn
that has:
{:sass-src ["css"]
:resources ["img"]}
Changing :sass-src
and :resources
to their default values fixed it. I got confused misreading the directions on the theme's github. Thanks!
I installed sass globally and updated the config.edn as required for the Lotus theme. When I run
lein serve
I get the message "Error: resource content/themes/lotus/img not found". That partially makes sense because I do not have a content/themes folder. But why is it looking for a content/themes?The full output of
lein serve
And this is my config.edn.