lib/fontcustom.rb in fontcustom-1.1.1 vs lib/fontcustom.rb in fontcustom-1.2.0
- old
+ new
@@ -27,22 +27,23 @@
EXAMPLE_OPTIONS = {
:project_root => "`pwd`",
:output => "PROJECT_ROOT/FONT_NAME",
:config => "PROJECT_ROOT/fontcustom.yml OR PROJECT_ROOT/config/fontcustom.yml",
:templates => "css preview",
- :data_cache => "CONFIG_DIR/.fontcustom-data OR at PROJECT_ROOT/.fontcustom-data"
+ :manifest => "CONFIG_DIR/.fontcustom-manifest.json OR PROJECT_ROOT/.fontcustom-manifest.json"
}
DEFAULT_OPTIONS = {
:project_root => Dir.pwd,
:input => nil,
:output => nil,
:config => nil,
:templates => %w|css preview|,
:font_name => "fontcustom",
:css_prefix => "icon-",
- :data_cache => nil,
+ :manifest => nil,
:preprocessor_path => nil,
+ :autowidth => false,
:no_hash => false,
:debug => false,
:quiet => false
}