You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
reset.css and print.css aren't generated (I know you already know because of a comment on a commit), but I think the problem has to do with the path. I cloned this repo, modified lib/swagger_engine/engine.rb as follows:
One thing to note is that there's a big difference between production and development mode. If you don't turn on serve_static_files to true in config/environments/production.rb, it won't work. We have Nginx pointing to our API's public folder, which serves the same purpose, but this might be a helpful tip for someone.
reset.css and print.css aren't generated (I know you already know because of a comment on a commit), but I think the problem has to do with the path. I cloned this repo, modified lib/swagger_engine/engine.rb as follows:
and it worked perfectly. I've tried using relative paths, but nothing I've tried has worked. Do you know how to do that?
The text was updated successfully, but these errors were encountered: