jekyll-asset-pipeline 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jekyll_asset_pipeline/version.rb +1 -1
- metadata +9 -5
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-asset-pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|
@@ -43,7 +43,10 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: 1.9.0
|
46
|
-
description:
|
46
|
+
description: Jekyll Asset Pipeline adds asset preprocessing (CoffeeScript, Sass, Less,
|
47
|
+
ERB, etc.), asset compression/minification (Yahoo YUI Compressor, Google Closure
|
48
|
+
Compiler, etc.) to Jekyll. Jekyll Asset Pipeline can be extended to support any
|
49
|
+
preprocessing or compression library.
|
47
50
|
email: matthew.c.hodan@gmail.com
|
48
51
|
executables: []
|
49
52
|
extensions: []
|
@@ -63,7 +66,7 @@ files:
|
|
63
66
|
- lib/jekyll_asset_pipeline.rb
|
64
67
|
- LICENSE
|
65
68
|
- README.md
|
66
|
-
homepage: http://
|
69
|
+
homepage: http://www.matthodan.com/2012/11/22/jekyll-asset-pipeline.html
|
67
70
|
licenses:
|
68
71
|
- MIT
|
69
72
|
post_install_message:
|
@@ -87,5 +90,6 @@ rubyforge_project:
|
|
87
90
|
rubygems_version: 1.8.24
|
88
91
|
signing_key:
|
89
92
|
specification_version: 3
|
90
|
-
summary:
|
93
|
+
summary: A powerful asset pipeline for Jekyll that bundles, converts, and minifies
|
94
|
+
CSS and JavaScript assets.
|
91
95
|
test_files: []
|