Fork me on GitHub
#specter
<
2018-04-06
>
justinlee19:04:03

are there any tricks to bringing the size of specter down? it adds 178k before gzipping, which is a bit painful

nathanmarz19:04:29

@lee.justin.m the navigators are completely independent from each other, so you could fork the project and remove any navigators you don't use

justinlee19:04:15

@nathanmarz ah cool that’s good to know down the line. i’ll still use it even it if is 178k 🙂

😀 4
nathanmarz19:04:46

I don't really use cljs, but I was under the impression it did that kind of dead code elimination automatically

justinlee19:04:19

DCE is a black art. hard to say what it is doing

justinlee19:04:36

maybe it already is doing dce