critical-path-css-rails 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/BACKLOG.md +4 -2
- data/lib/critical_path_css/configuration.rb +1 -1
- data/lib/critical_path_css/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d0af0687576d971b5d2215ab09b2e3f05c23a65
|
|
4
|
+
data.tar.gz: cbb52f2708080cb064b032a1789f54fe3bc32e2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b25d684c21f1b880236fe716c1b54d118fae1139b1badcf5799f93cbff0df886756d0f07f47c24c55f9a9f6a2a1e575d867bf1153d1ff91411cee670edea62ae
|
|
7
|
+
data.tar.gz: ddf5eb90f078e67a26256ec42fc9bde4c07555d78e10a58577de1c70ec5edad04a92149f8c7e501f58292ebdae68a39cd2cb6e3b9e3c00bd741dd34530aecfc9
|
data/BACKLOG.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
- Add a testing suite (preferably rspec)
|
|
5
5
|
|
|
6
6
|
## Features
|
|
7
|
+
- Allow the user to give a single route for a Controller#Show route, instead of hard coding every unique Resource#Show URL
|
|
8
|
+
* Implementation should account for any route that allows variables/parameters in the URL
|
|
9
|
+
- Error reporting during CSS generation (404, 500 errors, etc.)
|
|
7
10
|
- Allow the user to pass arguments to Penthouse.js, i.e. Viewport size, etc. For a list of the configurable options, please see [Penthouse](https://github.com/pocketjoso/penthouse)
|
|
8
|
-
- Improve installation process, if
|
|
9
|
-
- Improve manual processes, if possible (i.e having to run the rake task to generate the critical CSS)
|
|
11
|
+
- Improve installation process, if possible
|
|
10
12
|
- Improve implementation. Is their a better solution then using Rails.cache?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: critical-path-css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Misshore
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: phantomjs
|