mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 11:29:49 +08:00
Delete tasks.json
removed unnecessary file
This commit is contained in:
parent
0d6f7a0f8d
commit
547e56150a
1 changed files with 0 additions and 14 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
@ -1,14 +0,0 @@
|
|||
// Sass configuration
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Sass Compile",
|
||||
"type": "shell",
|
||||
"command": "node-sass public/css/style.scss public/css/style.css",
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue