proto-repl icon indicating copy to clipboard operation
proto-repl copied to clipboard

Boot: Don't assume existence of `dev` task

Open martinklepsch opened this issue 8 years ago • 2 comments

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.

martinklepsch avatar Mar 22 '17 13:03 martinklepsch

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 avatar Apr 26 '17 07:04 hellonico

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

martinklepsch avatar Apr 26 '17 07:04 martinklepsch