cabbagejs / cabbage

A CLI for building conventional web applications with Broccoli
MIT License
5 stars 0 forks source link

Adding cli config option. Mostly copied from Lineman. #37

Closed TravisTheTechie closed 9 years ago

TravisTheTechie commented 9 years ago

Resolves #11, #23

searls commented 9 years ago

Mind if I push some adjustments to this (please don't rebase & push force?)

TravisTheTechie commented 9 years ago

Go ahead.

searls commented 9 years ago

Hey @TravisTheTechie lots of cool stuff was shaken out trying to test this, including hot-reloading user require (so you don't need to restart if you change config files). Check it out

TravisTheTechie commented 9 years ago

Should we start changing how other areas access config then? Right now most of them resolve config at require time.

searls commented 9 years ago

Yes I think so. Until it gets slow.

On Thu, Dec 11, 2014 at 8:07 PM, Travis Smith notifications@github.com wrote:

Should we start changing how other areas access config then? Right now most of them resolve config at require time.

Reply to this email directly or view it on GitHub: https://github.com/cabbagejs/cabbage/pull/37#issuecomment-66717813