sassc-rails 0.2.0 → 1.0.0

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: 91ada003823fa3206c9bf2087447f97e56d9a17f
4
- data.tar.gz: ac6573985e2bc5a8edc719d025836cabecbef7da
3
+ metadata.gz: 13e923a5671106afcf185b2fc94277c977f705e7
4
+ data.tar.gz: 26df784dee9ea049c606ee99c40fbd1f94d3ed94
5
5
  SHA512:
6
- metadata.gz: 088e2bf35e5a1092bbc0e5a443fe11ae6cbf99356922908f82e6b770bff8b398ab306cf8b175e5820e65d5bc3bc4952147b9a9b5db7bb1b054d2ca7b40b3e593
7
- data.tar.gz: b09954d3ce74ca2d4f4eabad08621b4c8fb506844ac4c6315c53405092a57263faea6be88d802257d0ad9ac6b2600027e951a8f2399495f67659fea8feb2f34e
6
+ metadata.gz: a88b408238e15765af1d9097f91351997f0233d7462049eb7657698a5bcaa717fc3ac0fc27de1558c0c656656839381662957776c0a00104233a3d0e63671b13
7
+ data.tar.gz: d1addfadef3f0e1363ede16664fcd2d5fb69649837ea1102a1d45b8e763f090b7e44aaaa48e4ae0b1ebac3d18f027504088eafb7dbbf89c765f1559e1d0264bf
data/README.md CHANGED
@@ -34,6 +34,9 @@ add the following configuration to your development.rb file:
34
34
  config.sass.inline_source_maps = true
35
35
  ```
36
36
 
37
+ After adding this config line, you may need to clear your assets cache
38
+ (`rm -r tmp/cache/assets`), stop spring, and restart your rails server.
39
+
37
40
  Note, as indicated, these source maps are *inline*. They will not generate additional
38
41
  files or anything like that. Instead, they will be appended to the compiled
39
42
  application.css file.
@@ -1,5 +1,5 @@
1
1
  module SassC
2
2
  module Rails
3
- VERSION = "0.2.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassc-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Boland