compass-sourcemaps 0.12.2.sourcemaps.57a186c → 0.12.3.sourcemaps.a4836f1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5fc9200f5a7dcd488033ab7abe56c49b33efb27
4
- data.tar.gz: 39acb35080383a7e9d89b1b21b19f54fb7975ad8
3
+ metadata.gz: 82600bcd2ee93c945a98a02f9d2396d6358c44e4
4
+ data.tar.gz: c3d6db71070177d74c93fed6d541f24d6e376e5e
5
5
  SHA512:
6
- metadata.gz: 6934794ec140e57eb7b59787ed92c8559c363acc4249565bcf7c4990943cfea29307a1d4a04b28e45ad5600a8034e154f4e28142d800b151e112162b0bce9662
7
- data.tar.gz: 3f0eeed7cc3930cb7a3c63700348209e34423690cc897036dee55a3810882ddb3aa79c28e8dc3a6e7a5470177eddba9629dd610a574046d6cdf20f3e31595ff2
6
+ metadata.gz: 75c644962562a9e07f71d7895c0cad0d77cea6efebc8d7aaf8281e40b487aa441a4c5deb2e359506e6596ed3d84c0567d04cf922130eb479b4e22428e3c2e8a4
7
+ data.tar.gz: 7e070608c10eb1f1cea79983e20792ecf687f5e461237535613f3f88715a49beb6c4d100ddc96137a69c546e08d9f42237c1a040690c2cb8adbd30f708d1bc65
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 12
4
- :build: 2.sourcemaps
4
+ :build: 3.sourcemaps
5
5
  :name: Alnilam
@@ -148,7 +148,8 @@ module Compass
148
148
  write_file(css_filename, css_content, options.merge(:force => true, :extra => duration))
149
149
 
150
150
  if sass_options[:sourcemap]
151
- sourcemap = map.to_json(:css_path => css_filename, :sourcemap_path => "#{css_filename}.map")
151
+ css_filename_clean = css_filename.gsub(/\\/, '/')
152
+ sourcemap = map.to_json(:css_path => css_filename_clean, :sourcemap_path => "#{css_filename_clean}.map")
152
153
  write_file("#{css_filename}.map", sourcemap, options.merge(:force => true, :extra => duration))
153
154
  end
154
155
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-sourcemaps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2.sourcemaps.57a186c
4
+ version: 0.12.3.sourcemaps.a4836f1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein