jekyll-compass 0.1.0 → 0.1.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/lib/jekyll/compass.rb +2 -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: af6b72faa6c232bd50fa6c797650ca19e6a8be46
|
|
4
|
+
data.tar.gz: af2150a2f28661efce7de3b9f65b6a2da6539a84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32c346c04caf83b403b0b7385243bdbf78202c9be03d166cdc91a61df20bf17cd2bbd4c9167fe89a9a3a592dc4f1db0f2abc61a59e2de094337fb3293de3b96d
|
|
7
|
+
data.tar.gz: c2df57c0f974093a4c353c7bb0952a3de53d854c5e33bc25723103bf84612ab7e2b3ab6322570477d1b6da4cb775075ba704554a90195ec358f7523d4cf771da
|
data/lib/jekyll/compass.rb
CHANGED
|
@@ -34,6 +34,7 @@ module Jekyll
|
|
|
34
34
|
:line_comments => false,
|
|
35
35
|
:environment => :production,
|
|
36
36
|
:output_style => :compact,
|
|
37
|
+
:force => true,
|
|
37
38
|
#:quiet => true,
|
|
38
39
|
:sass_options => {
|
|
39
40
|
:unix_newlines => true,
|
|
@@ -53,7 +54,7 @@ module Jekyll
|
|
|
53
54
|
::Compass.configuration.on_sprite_removed do |filename|
|
|
54
55
|
site.static_files = site.static_files.select do |p|
|
|
55
56
|
if p.path == filename
|
|
56
|
-
sprite_output p.destination(site.config['destination'])
|
|
57
|
+
sprite_output = p.destination(site.config['destination'])
|
|
57
58
|
File.delete sprite_output if File.exist? sprite_output
|
|
58
59
|
false
|
|
59
60
|
else
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-compass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Scharley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|