jekyll-assets 3.0.0 → 3.0.1
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/README.md +1 -23
- data/lib/jekyll-assets.rb +6 -0
- data/lib/jekyll/assets/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 808c14921b5df950107d2ff90e63c448b380fc1c
|
|
4
|
+
data.tar.gz: de3fe1b44ef5d67786f37b7e14c7c72029e256f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f5a4c4ec74e5432f4546866f11a22c6c7ac4a30d68bf9fc52010176a660ec47b33463b0160c96a2bb08687baa7010ee3695e986aac3a182191395f839c88b19
|
|
7
|
+
data.tar.gz: f35493a26c44a240c2e114de70559f87b19eadaec8e3740e22b2b5d98023dbf37ca8aac8a14f9398b1abd31f4994a3083d6550d373e9ce04ad5a0ab13f37fd97
|
data/README.md
CHANGED
|
@@ -18,29 +18,7 @@
|
|
|
18
18
|
[2]:https://github.com/rails/sprockets
|
|
19
19
|
[3]:https://jekyllrb.com
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
***Jekyll Assets 3.x is currently unreleased. It is scheduled to released sometime in October. If you are looking for documentation, for the current release (2.x) please see: https://github.com/jekyll/jekyll-assets/tree/2.4-legacy it should have what you are looking for.***
|
|
24
|
-
|
|
25
|
-
## What's new
|
|
26
|
-
|
|
27
|
-
- [x] Jekyll like tag arguments.
|
|
28
|
-
- [x] Support for `<img>` srcset.
|
|
29
|
-
- [x] Proxies in `asset()` for SASS.
|
|
30
|
-
- [x] Expanded source directories by default.
|
|
31
|
-
- [x] Support for `srcset`, width, and density.
|
|
32
|
-
- [x] Support for building HTML for external assets.
|
|
33
|
-
- [x] Stripping of FrontMatter (`---`) before processing.
|
|
34
|
-
- [x] Extensible/customizable decoupled HTML builders for tags.
|
|
35
|
-
- [x] Support for `<audio>`, `<video>`, `<img>` discovery in Markdown.
|
|
36
|
-
- [x] Responsive images with `srcset` `<picture>` tag support.
|
|
37
|
-
- [x] Support for audio assets (using `assets` tag.)
|
|
38
|
-
- [x] Support for video assets (using `assets` tag.)
|
|
39
|
-
- [x] Easier proxies, with rolling proxies.
|
|
40
|
-
- [x] Customizable HTML defaults.
|
|
41
|
-
- [x] Configurable GZipping.
|
|
42
|
-
- [x] Proxies via `<img>`.
|
|
43
|
-
- [x] SourceMaps.
|
|
21
|
+
***Jekyll Assets 3.0.0 has been released, see what's new: https://envygeeks.io/2017/11/21/jekyll-assets-3-released***
|
|
44
22
|
|
|
45
23
|
# Jekyll Assets
|
|
46
24
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jordon Bedwell
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-11-
|
|
13
|
+
date: 2017-11-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: execjs
|
|
@@ -200,6 +200,7 @@ files:
|
|
|
200
200
|
- LICENSE
|
|
201
201
|
- README.md
|
|
202
202
|
- Rakefile
|
|
203
|
+
- lib/jekyll-assets.rb
|
|
203
204
|
- lib/jekyll/assets.rb
|
|
204
205
|
- lib/jekyll/assets/config.rb
|
|
205
206
|
- lib/jekyll/assets/context.rb
|