cabbagejs / cabbage

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

Using env specific configs instead of env checks. #36

Closed TravisTheTechie closed 9 years ago

searls commented 9 years ago

Well that certainly looks a lot more declarative!

Are there any other production flags in the code we can kill?

TravisTheTechie commented 9 years ago

Yeah, a couple others I'm looking at now. I think I might try putting it in config.pipeline.js instead of just js at the root of config. The js.coffee get confusing if you have config.js.concat and config.concat.js.

TravisTheTechie commented 9 years ago

Still have env references, but I'm not feeling up to tackling them currently.

searls commented 9 years ago

:+1: good to merge