From 547e56150a9e532929af83119737fb462c4f928b Mon Sep 17 00:00:00 2001 From: Jack Bartnik Date: Thu, 14 May 2020 23:20:22 +0100 Subject: [PATCH] Delete tasks.json removed unnecessary file --- .vscode/tasks.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 8fcfe54bf..000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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" - } - ] - } \ No newline at end of file