diff options
author | Jack <[email protected]> | 2020-05-09 18:39:23 +0100 |
---|---|---|
committer | Jack <[email protected]> | 2020-05-14 18:57:09 +0100 |
commit | 80fe02c03b98020e8303be258fea44c97fdb66e4 (patch) | |
tree | 36ecf5749bc056f94ca6d75150cd80fd605b5b4d /.vscode | |
parent | b88c4083db88ffeaf25f7638fd0a4a3edfccfdd2 (diff) | |
download | monkeytype-80fe02c03b98020e8303be258fea44c97fdb66e4.tar.gz monkeytype-80fe02c03b98020e8303be258fea44c97fdb66e4.zip |
update 1
- added graph of wpm over time
- changed the layout
- added coming soon page
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 000000000..8fcfe54bf --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,14 @@ +// 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 |