Skip to content

Instantly share code, notes, and snippets.

@azjezz
Last active November 8, 2019 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azjezz/6a9ce90f008ffbdbecd838b98909932c to your computer and use it in GitHub Desktop.
Save azjezz/6a9ce90f008ffbdbecd838b98909932c to your computer and use it in GitHub Desktop.
Hax configuration
{
"name": "My Application",
"base-path": "app/",
"entry": "app/bin/application.hack",
"compression-algorithm": "gzip",
"signing-algorithm": "sha512",
"include": [
"app/src/*",
"app/vendor/*"
],
"exclude": [
"app/vendor/foo/bar/something",
],
"replacements": {
"foo": "bar"
},
"shebang": "#!/usr/bin/env hax",
"chmod": "0700",
"output": "bin/application.hax"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment