jekyll-compass 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll/compass.rb +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f257ab29075f66febfbd240d2f1e37ea96fba5b
4
- data.tar.gz: 5f5d4e5e58029ff025b953dd69c64a17bc64e929
3
+ metadata.gz: af6b72faa6c232bd50fa6c797650ca19e6a8be46
4
+ data.tar.gz: af2150a2f28661efce7de3b9f65b6a2da6539a84
5
5
  SHA512:
6
- metadata.gz: fc468f21456350f469e69b65f513e5c2b9c62a4a90c0c6bf22b209b82bb5c43019fcf3fa6630bc26c50dea49404acd570d6eff7a864b65fab9d2e9aaecfa140d
7
- data.tar.gz: 54ac19ff2216236862bd5b9567f1f784833edf7b9b0e55fe9e2d9d77c1036fdf6af2e63871d86fa4f5a3a0b8bc59822aeeb4bbbd67258c7b074d8421b5677964
6
+ metadata.gz: 32c346c04caf83b403b0b7385243bdbf78202c9be03d166cdc91a61df20bf17cd2bbd4c9167fe89a9a3a592dc4f1db0f2abc61a59e2de094337fb3293de3b96d
7
+ data.tar.gz: c2df57c0f974093a4c353c7bb0952a3de53d854c5e33bc25723103bf84612ab7e2b3ab6322570477d1b6da4cb775075ba704554a90195ec358f7523d4cf771da
@@ -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.0
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-05 00:00:00.000000000 Z
11
+ date: 2013-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass