Skip to content
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

Taking swagger-ui from rails-assets #83

Open
ktimothy opened this issue Jun 7, 2017 · 4 comments
Open

Taking swagger-ui from rails-assets #83

ktimothy opened this issue Jun 7, 2017 · 4 comments

Comments

@ktimothy
Copy link

ktimothy commented Jun 7, 2017

Hey, this is a very nice project, but keeping swagger-ui dist files in the repository among with rake-task for downloading them makes me sad. I have an idea to add swagger-ui dist as a dependency in Gemfile. I can even make a PR with that. What do you think?

@dblock
Copy link
Member

dblock commented Jun 27, 2017

Yes! Making swagger-ui a dist gem and making it a dependency is something we'd take here.

@dblock
Copy link
Member

dblock commented Oct 26, 2018

The newer swagger-ui-dist makes this easier. We should be doing something like artsy/doppler#139. Maybe someone wants to take a stab?

@mleszcz
Copy link

mleszcz commented Aug 6, 2019

Yeah. Update task doesn't seem to work anymore

$ bundle exec rake swagger_ui:dist:update
Cloning into /tmp/swagger-ui20190806-10968-xymd0x ...
Removing files from /home/user/apps/some_app ...
Copying Javascripts ...
rake aborted!
Errno::ENOENT: No such file or directory @ apply2files - /home/user/apps/some_app/app/assets/javascripts/grape_swagger_rails

Would be great to be able to update swagger_ui....

@dblock
Copy link
Member

dblock commented Aug 7, 2019

Yeah. Update task doesn't seem to work anymore

$ bundle exec rake swagger_ui:dist:update
Cloning into /tmp/swagger-ui20190806-10968-xymd0x ...
Removing files from /home/user/apps/some_app ...
Copying Javascripts ...
rake aborted!
Errno::ENOENT: No such file or directory @ apply2files - /home/user/apps/some_app/app/assets/javascripts/grape_swagger_rails

Would be great to be able to update swagger_ui....

Feel free to debug and PR! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants