lib/octopress-ink/assets/stylesheet.rb in octopress-ink-1.0.0.rc.40 vs lib/octopress-ink/assets/stylesheet.rb in octopress-ink-1.0.0.rc.41

- old
+ new

@@ -40,10 +40,10 @@ def destination File.join(base, plugin.slug, output_file_name) end def output_file_name - file.sub(/@/,'-') + file.sub('@','-') end end end end end