Richard Schneeman
Richard Schneeman
I'm fine with this fix. Can you send me a PR and i'll merge it?
Make sure you are using beta 7. Can you give me an example app that reproduces the problem? Does the issue ever happen outside of CircleCI?
Gonna be honest here. I’m expecting a baby any day now and then I’m going to be out. This might be something I can work on when I get back....
I think the real issue here is that `depend_on` lets you depend on a file outside of the load path without any kind of warnings or errors. It sounds like...
From #632 it sounds like the issue is that gems want to hook into the asset pipeline and not developers adding it manually https://twitter.com/rossta/status/1182352920903344128
@rafaelfranca any idea what changed? There's lots of links on this thread. Which one is the example app that works with sprockets 3 but not with sprockets 4?
There's not a way to do it at the moment without enabling all debug features. You can set `config.assets.debug = true`. However that might not totally work. I think it...
I’ve seen this in the wild before. I have no idea what would cause it though. I would be interested in a PR to start. Likely an error would be...
Hello! Thanks for opening up an issue. In order to move forwards with this issue I'll need an example app that reproduces the behavior (https://www.codetriage.com/example_app).
I replied in the Heroku ticket. I think the issue as described here is that sprockets does not know that the `export * from "topojson-server";` is a special command and...