clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
2017-01-24T01:55:30.000171Z

Do y’all usually structure your cljs UI app in the same project with your clj api server?

2017-01-24T01:55:46.000172Z

Or do you have them in separate projects?

clojuregeek 2017-01-24T02:38:46.000173Z

its possible to do both in same project

clojuregeek 2017-01-24T02:39:32.000174Z

i used this i think when i did it https://8thlight.com/blog/andrew-zures/2014/03/08/combining-clj-and-cljs-libraries.html

2017-01-24T04:38:48.000176Z

I would suspect most people use a single project for both

2017-01-24T16:40:33.000177Z

I have them separate. I’m getting the CORS problem though and haven’t found the setting to loosen it.

clojuregeek 2017-01-24T16:44:36.000178Z

ahh .. CORS :: insert khaaaaaannnnnnnnnn picture here ::

clojuregeek 2017-01-24T16:45:54.000179Z

did you set this in your headers on the server: access-control-allow-origin

2017-01-24T19:24:49.000180Z

It’s the figwheel server I think that needs to share the love.

2017-01-24T23:33:07.000181Z

Looking at figwheel in git it sure looks like it should be sending cors headers.