dbashford / mimosa

A lightning-fast, modular, next generation browser development tool.
http://mimosa.io/
519 stars 34 forks source link

Allow multiple profiles via command line #397

Closed dbashford closed 10 years ago

dbashford commented 10 years ago

Hash delimited.

mimosa build -P foo#bar

Should apply starting with first. Meaning 2nd would override any settings the two have in common.

Anachron commented 10 years ago

Yay, that's a good idea! :+1: Also, there could be a new command, mimosa profile foo#bar which outputs the merged profiles which are used in the other commands, like mimosa build. (for debugging purporses)

dbashford commented 10 years ago

mimosa build -D already outputs a good deal of info about the config and the profiles. It does get lost a bit in the spam of the rest of the debug output.