This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-01
Channels
- # beginners (2)
- # boot (1)
- # cljs-dev (126)
- # cljsrn (4)
- # clojars (1)
- # clojure (109)
- # clojure-austin (5)
- # clojure-austria (1)
- # clojure-boston (2)
- # clojure-brasil (33)
- # clojure-canada (1)
- # clojure-russia (1)
- # clojure-spec (62)
- # clojurescript (23)
- # core-async (1)
- # cursive (33)
- # datomic (26)
- # ethereum (2)
- # hoplon (7)
- # jobs (1)
- # lein-figwheel (1)
- # luminus (12)
- # off-topic (4)
- # om (3)
- # om-next (49)
- # perun (2)
- # protorepl (2)
- # specter (6)
- # test-check (1)
- # untangled (2)
- # vim (6)
- # yada (30)
Is it normal for app.js to have a size of 1.9MB after advanced optimization in project.clj. I am not sure, need help to resolve this. I have used lein uberjar with the default settings of luminus web template
@rnandan273 I suppose it depends on how much it is doing, and how many Javascript files you’re munging together.
here is my project.clj
or do we handle gzip at nginx
Sorry, I can’t go in and check in how many of these are are ClojureScript, how big they are, or what their dependencies are.
ok thanks, wanted to if i have missed on any tasks
Maybe, but you’ll need to discard first the option that there is indeed a lot being bundled in.
There’s something I feel I’m missing here. I have a new project just recently created from a Luminus +cljs template. It adds the doo
plugin and configuration (like the default build) under :project/dev
. I’m used to just setting that under :project/test
, when running it with lein with-profile test doo phantom
.