diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 691a714..8135f6a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,8 +1,26 @@ // Sass configuration { - "version": "0.1.0", + "version": "2.0.0", "command": "node-sass", - "isShellCommand": true, - "args": ["Amen/Content/Site.scss", "Amen/Content/Site.css"] + "args": [ + "Amen/Content/Site.scss", + "Amen/Content/Site.css" + ], + "tasks": [ + { + "label": "node-sass", + "type": "shell", + "command": "node-sass", + "args": [ + "Amen/Content/Site.scss", + "Amen/Content/Site.css" + ], + "problemMatcher": [], + "group": { + "_id": "build", + "isDefault": false + } + } + ] } \ No newline at end of file diff --git a/.vscode/tasks.json.old b/.vscode/tasks.json.old new file mode 100644 index 0000000..691a714 --- /dev/null +++ b/.vscode/tasks.json.old @@ -0,0 +1,8 @@ + +// Sass configuration +{ + "version": "0.1.0", + "command": "node-sass", + "isShellCommand": true, + "args": ["Amen/Content/Site.scss", "Amen/Content/Site.css"] +} \ No newline at end of file