Closed jumblerg closed 5 years ago
after making the pr i noticed the very same patch has been submitted several times previously. patching it was faster than navigating all the history. this might not be the right solution, but something doesn't seem quite right about the way things are currently configured either.
it seems that the usage of bootlaces has evolved beyond what it was conceived to be; maybe a similar project should be created in boot-clj
, or perhaps these tasks should be incorporated into boot itself.
see issue #9.
@jumblerg there is a typo in the key there.
It is a tough one for sure, it seems something specific is needed as :resources
role for things to work, did not investigate more than just a quick look do your change though
@markjfisher With the suggestion I just did, this should be now ready to be merged.
Closes #9.
Ping... @alandipert?, @daveyarwood?, @jgrimes?, @karnowski?, @onetom?, @pkobrien?...
This PR looks good to me -- @jumblerg if you could fix the typo (soure-paths => source-paths) I'll merge this.
Actually, never mind -- I just saw #20 which is the same thing but with the typo fixed -- merged that one.
i assume there must be some reason the directory "src" was hardcoded, but it seems this should be obtained from the boot environment. the hoplon/ui build broke when i moved the sources from "src" to "lib/src"; this patch fixes it.