Skip to content

Instantly share code, notes, and snippets.

@nt1m
Created July 5, 2017 13:46
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 nt1m/a44666919a4f347e682ed9f757267766 to your computer and use it in GitHub Desktop.
Save nt1m/a44666919a4f347e682ed9f757267766 to your computer and use it in GitHub Desktop.
Firefox config
"run": {
"@path": "/.c9/runners",
"configs": {
"@inited": "true",
"json()": {
"fast-build": {
"command": "./mach build faster",
"cwd": "/",
"name": "Quick build",
"runner": "Shell command",
"toolbar": true
},
"full-build": {
"command": "./mach build",
"cwd": "/",
"name": "Full build",
"runner": "Shell command",
"toolbar": true
},
"run": {
"command": "./mach run",
"cwd": "/",
"name": "Run",
"runner": "Shell command",
"toolbar": true
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment