lein-figwheel

bhauman 2016-06-06T15:21:46.000021Z

@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-mahood 2016-06-06T15:34:08.000022Z

@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.

bhauman 2016-06-06T15:34:45.000023Z

yeah for sure a deprecated message would be cool

ag 2016-06-06T15:44:56.000024Z

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

bhauman 2016-06-06T15:57:35.000025Z

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

ag 2016-06-06T17:24:43.000026Z

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