Skip to content

Commit 2a86733

Browse files
committed
Link to rails client
1 parent bce2cd9 commit 2a86733

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,11 @@ The first request returns immediately, and starts generating the CSS in the back
3333

3434
curl -H "Content-Type: application/json" -X POST -d '{ "page": {"key":"unique-key","url":"http://www.example.com/","css":"https://www.example.com/style.css"}' localhost:8080/api/v1/css
3535
> .your-critical-css {}
36+
37+
38+
## Ruby on Rails
39+
40+
Use the Ruby on Rails client to manage rewriting and lazy-loading your other CSS assets, once the critical path has been
41+
compiled and is available.
42+
43+
[RailsCriticalCssServer](https://github.com/wheeyls/rails_critical_css_server)

0 commit comments

Comments
 (0)