bourbon_integrator 1.0.2 → 1.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e33f30f26e076ec41861295372f91f6dc1d94edc
|
4
|
+
data.tar.gz: 91df2ff007940a583294f0f0963f329446c54146
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ae36c6f666ca16231226c40d91f7687ec7f76af64dca50bf969fcb1094c73c0a78eb2080e976b7b612a08454196793cd92e42c2813baae58098c8b79f032a2e
|
7
|
+
data.tar.gz: 58c2d3c7cc3f2c1ac029d6fe33250c97d78e1cd987353bf710c8c9e39b9c77b4044d466844dce02c870aea4b4b18ca291f8776ab672f076112ad816f84aef089
|
data/CHANGELOG.md
CHANGED
@@ -25,7 +25,8 @@ module BourbonIntegrator
|
|
25
25
|
def run
|
26
26
|
@output.puts "*** Compile CSS ***"
|
27
27
|
@executor.system(
|
28
|
-
"sass --scss --style #{sass_style} #{sourcemap}
|
28
|
+
"sass -r sass-globbing --scss --style #{sass_style} #{sourcemap}"\
|
29
|
+
" --update #{sass_path}:#{stylesheets_path}"
|
29
30
|
)
|
30
31
|
end
|
31
32
|
end
|
@@ -25,7 +25,8 @@ module BourbonIntegrator
|
|
25
25
|
def run
|
26
26
|
@output.puts "*** Watching for changes ***"
|
27
27
|
@executor.exec(
|
28
|
-
"sass --scss --style #{sass_style} #{sourcemap}
|
28
|
+
"sass -r sass-globbing --scss --style #{sass_style} #{sourcemap}"\
|
29
|
+
" --watch #{sass_path}:#{stylesheets_path}"
|
29
30
|
)
|
30
31
|
end
|
31
32
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bourbon_integrator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Szymon Kopciewski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: piko_model
|