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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Upgrade instructions from each version are included below.
17
17
Add `critical-path-css-rails` to your Gemfile:
18
18
19
19
```
20
-
gem 'critical-path-css-rails', '~> 1.0.0'
20
+
gem 'critical-path-css-rails', '~> 2.0.0'
21
21
```
22
22
23
23
Download and install by running:
@@ -110,7 +110,7 @@ Careful use of these methods allows the developer to generate critical path CSS
110
110
111
111
A user can use these methods to [dynamically generate critical path CSS](https://gist.github.com/taranda/1597e97ccf24c978b59aef9249666c77) without using the `rake critical_path_css:generate` rake task and without hardcoding the application's routes into `config/critical_path_css.yml`. See [this Gist](https://gist.github.com/taranda/1597e97ccf24c978b59aef9249666c77) for an example of such an implementation.
112
112
113
-
## Upgrading from version 0.X.X to 1.0.0
113
+
## Upgrading from version 0.X.X to 1.0.0 or later
114
114
To maintain the latest version of Penthouse, this gem now depends on NodeJS and NVM to be installed on the system.
0 commit comments