README.md in fontcustom-1.1.0 vs README.md in fontcustom-1.1.1
- old
+ new
@@ -34,15 +34,15 @@
# Available Options (defaults shown)
font_name: fontcustom # Names the font (also sets name and directory of generated files)
project_root: (working dir) # Context for all relative paths
input: (project_root) # Where vectors and templates are located
output: (project_root)/(font name) # Where generated files will be saved
-file_hash: true # Include an asset-busting hash
+no_hash: false # Remove asset-busting hashes from generated files
css_prefix: icon- # CSS class prefix
preprocessor_path: "" # Font path used in CSS proprocessor templates
data_cache: (same as fontcustom.yml) # Sets location of data file
debug: false # Output raw messages from fontforge
-verbose: true # Set to false to silence
+quiet: false # Silence all output messages
templates: [ css, preview ] # Templates to generate alongside fonts
# Possible values: preview, css, scss, scss-rails, bootstrap,
# bootstrap-scss, bootstrap-ie7, bootstrap-ie7-scss
# Advanced input/output