Fork me on GitHub
#lein-figwheel
<
2016-06-06
>
bhauman15:06:46

@ag: It was ambiguous before and I had to settle on a single name for configuration validation, sorry about that. To make things worse I may be changing it back to :compiler in the future to make things consistent. I probably went the wrong way.

shaun-mahood15:06:08

@bhauman: Any way to just change the message for that particular error? Something like The key :compiler has been changed to :build-options, please update would be awesome, or even change it on the fly to match and give the message as well. Not sure if that would make things too specific for how you built the config error code, but it would be a pretty fantastic way to reduce the pain of breaking changes as you play with snapshots.

bhauman15:06:45

yeah for sure a deprecated message would be cool

ag15:06:56

@bhauman: it's ok. that's what snapshots are for.

bhauman15:06:35

actually I'm going to deprecate :build-options and make :compile the default and fix that error message right now

ag17:06:43

yeah, I was surprised when it broke your own SASS-watcher script