Skip to content

Instantly share code, notes, and snippets.

View jpsc's full-sized avatar
🌴
function<T>

João Carmona jpsc

🌴
function<T>
View GitHub Profile
@jpsc
jpsc / grunticon-without-grunt.json
Last active September 21, 2017 10:00
An example on how to run grunticon without grunt dependency
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"
}

Keybase proof

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
// }
// },
// }