lein-figwheel

macroz 2016-06-22T06:57:27.000183Z

@bhauman re-natal use-figwheel generates index.android.js etc. but that was removed in every clean

macroz 2016-06-22T06:57:40.000184Z

so I removed it from the clean targets

ajchemist 2016-06-22T15:27:12.000186Z

@bhauman: Is it possible to skip figwheelโ€™s validation of cljs compiler options? If it can, It will be handy for testing new cljs core stuff without extending existing figwheel.

bhauman 2016-06-22T15:27:26.000187Z

:validate-config false

1๐Ÿ‘
bhauman 2016-06-22T15:27:37.000188Z

in the :figwheel options

bhauman 2016-06-22T15:27:52.000189Z

that skips all validation

ajchemist 2016-06-22T15:28:16.000190Z

@bhauman: wow thanks ๐Ÿ‘

bhauman 2016-06-22T15:28:23.000191Z

I'm happy to push a quickish update though

wilkerlucio 2016-06-22T18:10:13.000192Z

@bhauman: yeah, currently needing the :preloads option to be available

bhauman 2016-06-22T18:10:56.000193Z

:figwheel > :validate-config false

bhauman 2016-06-22T18:11:11.000194Z

@wilkerlucio: ^

bhauman 2016-06-22T18:11:28.000195Z

just for now

wilkerlucio 2016-06-22T18:11:34.000196Z

yup, but would be nice to keep the rest of the validation, hehe

bhauman 2016-06-22T18:11:53.000197Z

I'll cut a release soon

wilkerlucio 2016-06-22T18:12:28.000198Z

what you think about the idea of leaving it open, and doing the levinstein comparison on the unknown ones before failing? or maybe jsut a warn on unknown keys?

bhauman 2016-06-22T18:52:50.000199Z

this is a much bigger conversation

bhauman 2016-06-22T23:20:11.000200Z

just deployed lein-figwheel 0.5.4-4 with support for the new :preloads key and some other fixes

4๐Ÿ‘