Delete tasks.json

removed unnecessary file
This commit is contained in:
Jack Bartnik 2020-05-14 23:20:22 +01:00 committed by GitHub
parent 0d6f7a0f8d
commit 547e56150a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.vscode/tasks.json vendored
View file

@ -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"
}
]
}