jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

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

Open martinklepsch opened 7 years ago

martinklepsch commented 7 years ago

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.

hellonico commented 7 years ago

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.

martinklepsch commented 7 years ago

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