if needed change name options.templ.json

This commit is contained in:
jiangkai 2015-03-03 12:30:56 -08:00
parent f195055107
commit 57dca38374
2 changed files with 4 additions and 1 deletions

View File

@ -73,6 +73,9 @@ Mapping vars:
Options file
============
*In this project, if you need to fetch new icons, rename options.templ.json to options.json. And then run script get-material-icons.sh*
Named `options.json` in same dir. Sample:
```json
{

View File

@ -1,5 +1,5 @@
{
"basePath": "~/Documents",
"basePath": "../../",
"filenameMap": {
"classic": "ic_action_{name}{bgSuffix}.png",
"fa": "ic_action_fa_{name}{bgSuffix}.png",