yocto-public/yocto-public.sublime-project

18 lines
308 B
Plaintext

{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["_book","node_modules"]
}
],
"build_systems":
[
{
"name": "Serve via Gitbook",
"shell": "true",
"shell_cmd": "kill `lsof -i:4000 -t` ; cd $project_path && gitbook serve"
}
]
}