Forked from
Sibidharan / Photogram Project
8 commits behind the upstream repository.
-
Sibidharan authoredSibidharan authored
tasks.json 489 B
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
//
"version": "2.0.0",
"tasks": [
{
"label": "Apache Error",
"type": "shell",
"command": "tail -f /var/log/apache2/error.log"
},
{
"label": "Grunt",
"type": "shell",
"command": "cd /home/sibidharan/htdocs/photogram/project/grunt && grunt --force"
}
]
}