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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,17 @@ GrapeSwaggerRails.options.before_filter do |request|
90
90
end
91
91
```
92
92
93
+
### Updating Swagger UI from Dist
94
+
95
+
To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-ui), run 'bundle exec rake swagger_ui:dist:update'. Examine the changes carefully.
96
+
97
+
##Contributors
98
+
99
+
* unloved (https://github.com/unloved)
100
+
* dapi (https://github.com/dapi)
101
+
* joelvh (https://github.com/joelvh)
102
+
* dblock (https://github.com/dblock)
103
+
93
104
## Contributing
94
105
95
106
1. Fork it
@@ -98,6 +109,3 @@ end
98
109
4. Push to the branch (`git push origin my-new-feature`)
99
110
5. Create new Pull Request
100
111
101
-
### Updating Swagger UI from Dist
102
-
103
-
To update Swagger UI from its [distribution](https://github.com/wordnik/swagger-ui), run 'bundle exec rake swagger_ui:dist:update'. Examine the changes carefully.
0 commit comments