Skip to content

Instantly share code, notes, and snippets.

@terinjokes
Last active December 21, 2015 11:38
Show Gist options
  • Save terinjokes/6300310 to your computer and use it in GitHub Desktop.
Save terinjokes/6300310 to your computer and use it in GitHub Desktop.
Example of browserify.transform
{
"name": "example",
"version": "0.0.1",
"devDependencies": {
"hbsfy": "~0.1.5"
},
"browserify": {
"transform": "hbsfy"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment