This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-30
Channels
- # announcements (15)
- # beginners (99)
- # boot (15)
- # cider (105)
- # cljdoc (2)
- # cljs-dev (17)
- # clojure (132)
- # clojure-conj (1)
- # clojure-dev (5)
- # clojure-italy (19)
- # clojure-losangeles (2)
- # clojure-nl (20)
- # clojure-spec (70)
- # clojure-uk (50)
- # clojurescript (153)
- # core-logic (9)
- # cryogen (4)
- # cursive (6)
- # datomic (40)
- # duct (5)
- # figwheel-main (10)
- # fulcro (245)
- # hoplon (1)
- # jobs (3)
- # leiningen (12)
- # mount (8)
- # nrepl (11)
- # off-topic (1)
- # pathom (16)
- # pedestal (3)
- # planck (17)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (64)
- # spacemacs (3)
- # specter (20)
- # tools-deps (21)
@ales.najmann https://shadow-cljs.github.io/docs/UsersGuide.html#_release_specific_vs_development_configuration
I have trouble understanding how the :proxy-url works. If I make request to localhost:8888/todos/1 I get HTTP 503
There was a different proxy method? Would that work with https? I'd like to develop against a existing API that uses https
@thheller yes, I use :asset-path
but alone it does not work, assets have to be produced on specified path with specified :output-dir
at least and I don't like that location is different for :dev and :release builds 😞
sure, it is just that there are more moving parts in the build. like asset 'copying' and so on and on release build process can be different and one has to do additional checking so that build is correct.
if there are different pipelines for dev and release, more moving parts, more stuff can break
@pekka just pushed 2.6.21
which fixed a couple issues with the proxy support and also now supports rewriting the host header
I can link through the @cedx/reverse-proxy, so no problem for me, just for further study 😊
@pekka https://shadow-cljs.github.io/docs/UsersGuide.html#_ssl enables it for all servers
basic "hello world" example for shadow + hoplon + electron (w/reload): https://github.com/vigilancetech-com/shadow-hoplon-electron
https://github.com/vigilancetech-com/shadow-hoplon-electron/blob/master/package.json#L34
@clashthebunny I just checked CLJS master
and there were 2 changes to the analyzer/compiler that aren't currently compatible. will need to wait for a final release. can't fix them now since that would break the current 1.10.339
release
Great to know. Thanks for being so on top of everything!