Graham Melcher
Graham Melcher
My .bowerrc had `"directory": "client/components"`. Running `grunt bower` with a default configuration failed because it was unable to find the source files. It was looking for source files at ~project/components,...
Just running the default task, both with no options and with manually setting layout to "byType", it does not group the files by type. Hoping someone can help! ``` $...
Prior to this PR, any `404` response from mailgun would cause a `TypeError: exception class/object expected` to be thrown from the mailgun gem. The previous behavior is that 404 should...