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:
app.config.assets.precompile += %w(/absolutepath/print.scss /absolutepath/reset.scss)
and it worked perfectly. I've tried using relative paths, but nothing I've tried has worked. Do you know how to do that?
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?