README.md in middleman-fontcustom-0.1.1 vs README.md in middleman-fontcustom-0.2.0
- old
+ new
@@ -24,15 +24,16 @@
fc.fonts_dir = 'source/fonts'
fc.css_dir = 'source/stylesheets'
fc.templates = 'scss'
# fc.templates = 'scss-rails scss css'
fc.no_hash = false
+ fc.preprocessor_path = nil
end
```
Put your icon files(just like svg) into `source_dir`, then run `middleman server`.
If `source_dir` has been changed, webfont files and stylesheets will be generated automatically.
## License
-Copyright (C) 2014 Ryo Ameya. see LICENSE.md for further details.
+Copyright (C) 2014 Yasuaki Uechi. see LICENSE.md for further details.