Currently, this drush command manages dev modules and enables/disables them on live/dev stages. It turns out, that we also want to manage "live" modules that should just be handled the opposite way, e.g. bigpipe or advagg.
Currently, this drush command manages dev modules and enables/disables them on live/dev stages. It turns out, that we also want to manage "live" modules that should just be handled the opposite way, e.g. bigpipe or advagg.
Comments
Comment #2
yoruvo commentedI'd propose splitting up the functionality in two lists of modules; one that will be enabled when the command is called, and the other of modules that will be disabled instead. This should be relatively straightforward.
Comment #4
jurgenhaasImplemented and published as beta 1 release.