This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-01
Channels
- # beginners (2)
- # cider (20)
- # cljsjs (3)
- # clojure (86)
- # clojure-italy (2)
- # clojure-spec (7)
- # clojure-uk (3)
- # clojurescript (8)
- # defnpodcast (3)
- # emacs (10)
- # figwheel (1)
- # hoplon (9)
- # immutant (4)
- # keechma (2)
- # luminus (11)
- # off-topic (13)
- # re-frame (6)
- # reagent (3)
- # ring (1)
- # specter (5)
- # sql (2)
- # unrepl (127)
hi there
I have a re-frame project and I tried to build the jar file with lein uberjar
but when I run the jar the jetty instance only serves index.html
, all the other files (css, app.js, etc) are not served (I get a 404)
any ideas?
@erhardt.mundt if there is no clojure back-end in your project, it makes little sense to build the uberjar. Depending on the template used you want to run something like ‘lein cljsbuild once min’ and put the build js, together with the html/css in some web server.