Hey guys, I'm here asking for your thoughts about a new way to configure your Gruntfile. http://endel.github.io/grunt-loader/ I think we have pros and cons about this approach: Pros: Readable syntaxConfigure the Gruntfile onceEasy to copy/paste modules between other projectsBetter versioning of each moduleCons: Need to "translate" JSON configurations into YAML.It's not the default way that Gruntfile works, which obviously isn't coolPlease let me know your thoughts about it.