I hereby claim:
- I am jpsc on github.
- I am jpc (https://keybase.io/jpc) on keybase.
- I have a public key ASDJzs-rYj0EHVTArIdTru_IIzQuzgm5MOlp6wlmELgJNwo
To claim this, I am signing this object:
| // // i18n is an object with the translations for that locale | |
| // const i18n = { | |
| // personal: { | |
| // gender: { | |
| // { male: 'Male' }, | |
| // //etc | |
| // } | |
| // }, | |
| // } |
I hereby claim:
To claim this, I am signing this object:
| scripts { | |
| "generate:icons": "npm-run-all icons:*", | |
| "install-icon-generator": "npm i grunticon-cli phantomjs rimraf svgo", | |
| "icons:optimize-svg": "svgo -f ./Views/Shared/Icons/RawIcons -o ./tmp ", | |
| "icons:grunticon": "grunticon ./tmp ./Views/Shared/Icons/Assets --config=./Scripts/generate-icons/config.js", | |
| "icons:clean": "rimraf ./tmp" | |
| } |