Nate
Nate
I've noticed the same issue on some of my feeds - [this one in particular](http://trellorss.appspot.com/feed/5066549580791808). The XML from the feed looks well formed from what I can tell, as does...
@samalba - It looks like https://github.com/plish/Trolly has support for organizations, if you wanted to switch API wrappers. I might look into adding organization support myself, and sending a pull request...
Works for me in Rails 3 and 4, thanks for the patch @christhomson.
Thanks for the report, I actually haven't touched this in years...looks like you have a good idea of the fix, if you have time would you mind opening a PR?
I'm guessing @jonathangjertsen hasn't had time to put together a PR for it yet. If you'd like to use the fix he recommended you could edit the source and add...
It looks like it intentionally ignores `outputPaths` for CSS, based [off this comment](https://github.com/embroider-build/embroider/blob/e7646fdd96db84e4b0ce4a77a7d70958c560ff7f/packages/compat/src/v1-app.ts#L468-L472). Which is a bit odd, because that breaks expected behavior for [from the Ember docs](https://cli.emberjs.com/release/advanced-use/asset-compilation/#configuringoutputpaths). I'm hoping...