It seems a bit fragile to have to rely on the order of declaration in package.json to determine the order that plugins are invoked in, given that npm --save reorders the dependencies alphabetically. I'm basing this on brunch-guide, and a cursory glance over the source code.
It would be nice if this could be overridden in config.
On another note, I'd quite like to be able to add locally-defined plugins without having them be a package in node_modules.
It seems a bit fragile to have to rely on the order of declaration in package.json to determine the order that plugins are invoked in, given that npm --save reorders the dependencies alphabetically. I'm basing this on brunch-guide, and a cursory glance over the source code.
It would be nice if this could be overridden in config.
On another note, I'd quite like to be able to add locally-defined plugins without having them be a package in node_modules.