Fork me on GitHub
#boot
<
2017-12-21
>
justinlee05:12:34

hey does anybody know if there is a way to let the development http server proxy api calls? my server is written in JS and it’s kind of pain to deal with configurable URLs and CORS and all that

martinklepsch08:12:46

@lee.justin.m are you using boot-serve? If so you can provide your own HTTP handler that does the proxying. Maybe google “ring Clojure proxy requests” or something

manenko11:12:21

How do I add a local jar file (it's not in maven/clojars) to classpath so that I can (:import) it in my app?

manenko13:12:08

@martinklepsch thank you, I'll try it out

dehli18:12:27

has anyone been able to get boot working to compile a package when using the :npm-deps?

dehli18:12:01

I’m trying to bundle my source and dependencies (which are npm packages) into a single jar file but I’m having trouble with the npm packages