Skip to content

Instantly share code, notes, and snippets.

@amirnissim
Last active December 26, 2015 00:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirnissim/7066931 to your computer and use it in GitHub Desktop.
Save amirnissim/7066931 to your computer and use it in GitHub Desktop.
Gaia project settings for SublimeText #fxos
{
"settings": {
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"folders": [{
"follow_symlinks": true,
"path": "apps/homescreen"
}, {
"follow_symlinks": true,
"path": "build"
}, {
"follow_symlinks": true,
"path": "shared"
}, {
"follow_symlinks": true,
"path": ".git"
}],
"build_systems": [{
"cmd": [
"killall firefox; /Applications/FirefoxNightly.app/Contents/MacOS/firefox -profile /Users/amirnissim/workspace/evme/gaia/profile-debug"
],
"name": "Firefox",
"shell": true,
"variants": [{
"cmd": [
"killall firefox; make clean && DEBUG=1 make && /Applications/FirefoxNightly.app/Contents/MacOS/firefox -profile /Users/amirnissim/workspace/evme/gaia/profile-debug"
],
"name": "clean",
"shell": true,
"working_dir": "/Users/amirnissim/workspace/evme/gaia"
}, {
"cmd": [
"BUILD_APP_NAME=homescreen make install-gaia"
],
"name": "alt_build",
"path": "~/bin:$PATH",
"shell": true,
"working_dir": "/Users/amirnissim/workspace/evme/gaia"
}],
"working_dir": "/Users/amirnissim/workspace/evme/gaia"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment