-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find assets for Sinatra Dashboard when using Asset_sync gem #210
Comments
we're having the same issue except not with asset_sync but with split being served out of a sub-route |
Same thing, did anyone take look into this and knows how fix? |
Our current solution is to inline the css/js into the layout itself. Unsure we want to upstream this as it feels like a poor-mans solution. Branch here |
@philnash do you have any insight as to why asset_sync isn't working with the spilt dashboard? |
@lamp Your solution is fine for our purposes. Thanks |
I'm closing out some of these old issues, if this is still a problem for you please comment and I'll reopen it. |
There are still some issues related to this. I've outlined another solution which may be useful in #496 |
I found that the dashboard doesn't load Javascript and CSS files in production, but I imagine it's because of the asset_sync gem and not a general problem with the asset pipeline.
Curious if anyone has dealt with this before successfully.
The text was updated successfully, but these errors were encountered: