Boot: Don't assume existence of `dev` task
The default boot arguments are
--no-colors dev repl --server wait
All but dev are built-in and work with any project. For this reason I'd suggest removing dev so that the defaults are free of assumptions about the setup of a users project.
Any way to help on this one ? I am using boot to teach, and the dev task copy paste is a bit hard to explain upfront, so just adding the task (maybe if it does not exist ?) would be very,very appreciated.
@hellonico you could open a PR that modifies this line to exclude the dev task: https://github.com/jasongilman/proto-repl/blob/8c8886f14a50a4edf205d744a61831f4424dd882/lib/proto-repl.coffee#L44
I'm sure @jasongilman will accept it.