staticmatic 0.10.3 → 0.10.4

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 10
4
- :patch: 3
4
+ :patch: 4
@@ -18,7 +18,10 @@ module StaticMatic::BuildMixin
18
18
  def build_css
19
19
  Dir["#{@src_dir}/stylesheets/**/*.sass"].each do |path|
20
20
  file_dir, template = source_template_from_path(path.sub(/^#{@src_dir}\/stylesheets/, ''))
21
- save_stylesheet(File.join(file_dir, template), generate_css(template, file_dir))
21
+
22
+ if !template.match(/(^|\/)\_/)
23
+ save_stylesheet(File.join(file_dir, template), generate_css(template, file_dir))
24
+ end
22
25
  end
23
26
  end
24
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: staticmatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Bartholomew