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
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This gem give you the ability to load only the CSS you *need* on an initial page
6
6
7
7
This gem assumes that you'll load the rest of the CSS asyncronously. At the moment, the suggested way is to use the [loadcss-rails](https://github.com/michael-misshore/loadcss-rails) gem.
8
8
9
-
This gem uses [PhantomJS](https://github.com/colszowka/phantomjs-gem) and [Penthouse](https://github.com/pocketjoso/penthouse) to generate the critical CSS.
9
+
This gem uses [Penthouse](https://github.com/pocketjoso/penthouse) to generate the critical CSS.
10
10
11
11
## Update
12
12
@@ -17,7 +17,7 @@ Versions below 0.3.0 are not compatible with this version. Please read the Upgr
17
17
Add `critical-path-css-rails` to your Gemfile:
18
18
19
19
```
20
-
gem 'critical-path-css-rails', '~> 0.4.0'
20
+
gem 'critical-path-css-rails', '~> 1.0.0'
21
21
```
22
22
23
23
Download and install by running:
@@ -128,9 +128,9 @@ Answer 'Y' when prompted to overwrite `critical_path_css.rake`. However, overwr
128
128
The critical-path-css-rails gem follows these version guidelines:
129
129
130
130
```
131
-
patch version bump = updates to critical-path-css-rails and patch-level updates to Penthouse and PhantomJS
132
-
minor version bump = minor-level updates to critical-path-css-rails, Penthouse, and PhantomJS
133
-
major version bump = major-level updates to critical-path-css-rails, Penthouse, PhantomJS, and updates to Rails which may be backwards-incompatible
131
+
patch version bump = updates to critical-path-css-rails and patch-level updates to Penthouse
132
+
minor version bump = minor-level updates to critical-path-css-railsand Penthouse
133
+
major version bump = major-level updates to critical-path-css-rails, Penthouse, and updates to Rails which may be backwards-incompatible
0 commit comments