critical-path-css-rails 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41ee413f93f720db2420191afc12a990841d9c58
4
- data.tar.gz: 196a9f2f11a9b318ac93e3b4f21595d1b8277201
3
+ metadata.gz: 4d0af0687576d971b5d2215ab09b2e3f05c23a65
4
+ data.tar.gz: cbb52f2708080cb064b032a1789f54fe3bc32e2f
5
5
  SHA512:
6
- metadata.gz: 9e224839c315a0054e866508c493536ed7cc7f3ffd7cc9fa950fccf5b0dc51b04f2c860fa18e8d8f0a31fa692f6e850df2e100a18db973c3c39bcf8f08823994
7
- data.tar.gz: ac1399a538f9204d38b5cb8a7d638e2e6049467525f3afc0b91a178fc3660e3dec6d5a856a956e3aa9c5a8533ea819748085f53cdd297d17069082cec7ff8897
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 necessary
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?
@@ -32,7 +32,7 @@ module CriticalPathCss
32
32
  end
33
33
 
34
34
  def manifest_path
35
- @manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name)
35
+ @manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name, host: '')
36
36
  end
37
37
  end
38
38
  end
@@ -1,6 +1,6 @@
1
1
  module CriticalPathCSS
2
2
  module Rails
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  PENTHOUSE_VERSION = '0.3.4'
5
5
  end
6
6
  end
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.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: 2015-10-29 00:00:00.000000000 Z
11
+ date: 2016-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phantomjs