lib/fontcustom/generator.rb in fontcustom-0.1.3 vs lib/fontcustom/generator.rb in fontcustom-0.1.4

- old
+ new

@@ -8,12 +8,12 @@ desc 'Generates webfonts from given directory of vectors.' argument :input, :type => :string class_option :output, :aliases => '-o' class_option :name, :aliases => '-n' + class_option :font_path, :aliases => '-f' class_option :nohash, :type => :boolean, :default => false class_option :debug, :type => :boolean, :default => false - class_option :font_path, :aliases => '-f' class_option :html, :type => :boolean, :default => false def self.source_root File.dirname(__FILE__) end