Last active
November 8, 2019 23:40
-
-
Save azjezz/6a9ce90f008ffbdbecd838b98909932c to your computer and use it in GitHub Desktop.
Hax configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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