specter

Latest version: 1.1.3
justinlee 2018-04-06T19:41:03.000349Z

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

nathanmarz 2018-04-06T19:55:29.000354Z

@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

justinlee 2018-04-06T19:56:15.000557Z

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

1😀
nathanmarz 2018-04-06T19:56:46.000263Z

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

justinlee 2018-04-06T19:57:19.000469Z

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

justinlee 2018-04-06T19:57:36.000217Z

maybe it already is doing dce