middleman-compass 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 154fc0f981f35e0523bc58c49774f4725046cf45
4
- data.tar.gz: 5f272f4d93a7ec43e41a79bcffaa8d25c49f26d8
3
+ metadata.gz: 440f9b01b240e96d777526098452cf1bef5515c5
4
+ data.tar.gz: 0fb3d470df847e82b4fcfd24ce176d512b1fed6b
5
5
  SHA512:
6
- metadata.gz: 8d9ab026c17576d7f9fac0639f72132be1e5b3d9cd40573a46634bbd4391c168a24c5f09e99b0f9526b9fc222f4dcb415b8832099a32c63f4b4ee48b8596e83f
7
- data.tar.gz: d71126ea3b239a79694e3fe753bf9bbbf560fb0d27f99a712431d942d387d042721073836bae1ce2b05e6de60ffa3474bae63630aec1f041edf693723bde3aac
6
+ metadata.gz: f9a9e7f7cca03abcdbc43b3c4f81c5bcb8b3dfb2d84ba758f622b3b0bb8bffb2b6d98469cac5b9053cdacea2286c2b0841903d6173eb6a45f77faada65b1219e
7
+ data.tar.gz: 5cc1bab97d23009426585ac95ec7f0fc966b6e57214073f421286d951ce9a4d48490c657a5393480dec9508eb47853d253dfcef51dde9a3bc162ae03918ec44b
@@ -79,6 +79,8 @@ module Middleman
79
79
  # Call hook
80
80
  execute_compass_config_callbacks(::Compass.configuration)
81
81
 
82
+ ::Sass.load_paths.concat(::Compass.configuration.sass_load_paths)
83
+
82
84
  # Tell Tilt to use it as well (for inline sass blocks)
83
85
  ::Tilt.register 'sass', CompassSassTemplate
84
86
  ::Tilt.prefer(CompassSassTemplate)
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Compass
3
- VERSION = "4.0.0"
3
+ VERSION = "4.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-12-16 00:00:00.000000000 Z
13
+ date: 2015-12-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: middleman-core