Create Vagrant Box for testing
Testing would be easier with a Vagrant box, ideally a very lightweight linux distribution like Alpine.
Hi Claudio,
Have you considered a docker container for this?
That could work as well, it could just run the test task and exit.
If I can carve out a little time, I'd be able to provide something like that. Though I do use make, I'm not actually using elm.mk yet. But I think your project is a great idea and could be very beneficial. And I've been using docker for all my elm experimentation so far.
Thanks, that's great to hear!
All help is appreciated.