Eben

Results 4 comments of Eben

Is it not perhaps another option to have `steal-tools` provide a command line interface to perform the configuration for you? `steal-tools -configure jquery` `steal-tools -configure bootstrap` These configuration could be...

- https://github.com/Shuttle/Shuttle.Esb/commit/543abde46336a8542536e4e301fb07d61ef489c2

I noticed this epic issue on gitter and thought I'd give my ZAR0.02. The `can-connect` implementation seems to loosely follow the [active record pattern](https://en.wikipedia.org/wiki/Active_record_pattern). I do not particularly like this...

State machines are usually quite trivial to implement. `DefineMap` should *front* this as with any other state but it certainly should not *be* a state machine. Well, I cannot see...