Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit feab32c

Browse files
committed
1 parent d8745bf commit feab32c

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

.vscode/tasks.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
{
2-
"version": "0.1.0",
3-
"command": "gulp",
4-
"isShellCommand": true,
5-
"showOutput": "silent",
2+
"version": "2.0.0",
63
"tasks": [{
7-
"taskName": "compile",
8-
"isBuildCommand": true,
9-
"isBackground": true
4+
"type": "gulp",
5+
"task": "compile",
6+
"isBackground": true,
7+
"presentation": {
8+
"echo": true,
9+
"reveal": "silent",
10+
"focus": false,
11+
"panel": "shared"
12+
},
13+
"group": {
14+
"kind": "build",
15+
"isDefault": true
16+
}
1017
},
1118
{
12-
"taskName": "compress",
13-
"isBuildCommand": true,
14-
"isBackground": true
19+
"type": "gulp",
20+
"task": "compress"
1521
},
1622
{
17-
"taskName": "images",
18-
"isBuildCommand": true,
19-
"isBackground": true
23+
"type": "gulp",
24+
"task": "images"
2025
}
2126
]
2227
}

0 commit comments

Comments
 (0)