guard-lessc 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,6 @@ module Guard
11
11
  :bin_path => 'lessc',
12
12
  :yui_compress => false,
13
13
  :compress => false,
14
- :paths => [],
15
- :optimization => 1,
16
14
  :in_file => '',
17
15
  :out_file => ''
18
16
  }.merge(options)
@@ -37,8 +35,7 @@ module Guard
37
35
  args = []
38
36
  args << "-x" if @options[:compress]
39
37
  args << "--yui-compress" if @options[:yui_compress]
40
- args << "--paths #{@options[:paths].join(':')}" if @options[:paths].size > 0
41
- args << "--optimization #{@options[:optimization]}" if @options[:optimization]
38
+ args << @options[:in_file] if @options[:in_file]
42
39
  args << "> #{@options[:out_file]}" if @options[:out_file]
43
40
  args.join(' ')
44
41
  end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module Lessc
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-lessc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: