Yann Vanhalewyn

Results 22 comments of Yann Vanhalewyn

👍 Just experienced the same thing, could be dangerous.

Same problem on Antigen v2.2.3 and zsh 5.5.1.

Very unfamiliar with antigen internals, but maybe this is a clue: ```sh $ echo $ANTIGEN_CHECK_FILES /Users/yannvanhalewyn/.zshrc -zsh $ zcompile -zsh zcompile: bad option: -s ```

Not all too familiar with the figwheel codebase or the closure compiler, but a solution might be to pass in the config to `connect.start` in the generated `output.js`: ``` javascript...

Not sure where the `:aot-cache` option goes, could you specify?

That's what I thought but was missing `:validate-config`. I'll try it.

I didn't :) Confirmed, clearing `~/.cljs/.aot_cache`, `lein clean` and running with those options works.

It consistently fails without them on a clean project, so I guess a more durable solution is needed. I'll gladly help out but I'm struggling a bit to find where...

That definitely would work. That or moving configuration to `figwheel.preload`.