mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
Delete tasks.json
removed unnecessary file
This commit is contained in:
parent
9b2c090aa3
commit
82a5778bb5
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