Sha256: 70908cf1368f95d607df698a573c403f5082f398f9599236ad309996ea3ddce2
Contents?: true
Size: 449 Bytes
Versions: 3
Compression:
Stored size: 449 Bytes
Contents
module Fontcustom DEFAULT_OPTIONS = { :input => Dir.pwd, :output => false, # used to assign default, if necessary :config => false, :templates => %w|css preview|, :font_name => "fontcustom", :file_hash => true, :css_prefix => "icon-", :font_face_path => false, :debug => false, :verbose => true } DATA_MODEL = { :fonts => [], :templates => [], :file_name => "", :glyphs => [] } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fontcustom-1.0.1 | lib/fontcustom/options.rb |
fontcustom-1.0.0 | lib/fontcustom/options.rb |
fontcustom-1.0.0.pre2 | lib/fontcustom/options.rb |