octopress-asset-pipeline 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/lib/octopress-asset-pipeline/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28d3d2a5aa564a1367af5711813e0993aa088604
|
4
|
+
data.tar.gz: f218c29dcb6326153d6a0cf27158b35477e69143
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d46a0ba7cb8e4d1176465668cb54245c7303b2a634820c0ccf440f93e7fdef53612d648698bbe8c731695f96194a255f81e6c8a41dddab718bd40c7e1736f36
|
7
|
+
data.tar.gz: 94d56263a0afa3be3f8ac4076686d1476bd90063a8586015dc2e5d9fa1fbc583a18f17265284c87562866662fc81437ae8d80ba8ef883a8dda42b01cfee59afe
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -35,10 +35,10 @@ Then add the gem to your Jekyll configuration.
|
|
35
35
|
|
36
36
|
This should be very simple to use.
|
37
37
|
|
38
|
-
1.
|
39
|
-
1.
|
38
|
+
1. Add Sass or CSS to `stylesheets/` or `css/` directory in your site's source.
|
39
|
+
1. Add Coffeescript or JS to `stylesheets/` or `css/` directory in your site's source.
|
40
40
|
2. Put Coffeescript and JS in `[source]/javascripts/`.
|
41
|
-
3. Add
|
41
|
+
3. Add liquid tags (see below) to your sites layout.
|
42
42
|
4. Build.
|
43
43
|
|
44
44
|
If you want, you can configure which directories this plugin reads from. See the configuration section below.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-asset-pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octopress-ink
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,8 +80,7 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
84
|
-
fingerprinted file.
|
83
|
+
description:
|
85
84
|
email:
|
86
85
|
- brandon@imathis.com
|
87
86
|
executables: []
|
@@ -118,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
117
|
version: '0'
|
119
118
|
requirements: []
|
120
119
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.
|
120
|
+
rubygems_version: 2.4.6
|
122
121
|
signing_key:
|
123
122
|
specification_version: 4
|
124
123
|
summary: Combine and compress CSS and Sass, Javascript and Coffeescript to a single
|