Skip to content

Commit

Permalink
Updated resume, not sure what I did on that tasks.json but whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjedstrom committed Oct 2, 2024
1 parent c8616e4 commit e4dc90e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
// Sass configuration
{
"version": "0.1.0",
"version": "2.0.0",
"command": "node-sass",
"isShellCommand": true,
"args": ["src/stylesheets/style.scss", "dist/style.css"]
"args": [
"src/stylesheets/style.scss",
"dist/style.css"
],
"tasks": [
{
"label": "node-sass",
"type": "shell",
"command": "node-sass",
"args": [
"src/stylesheets/style.scss",
"dist/style.css"
],
"problemMatcher": [],
"group": {
"_id": "build",
"isDefault": false
}
}
]
}
7 changes: 7 additions & 0 deletions .vscode/tasks.json.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Sass configuration
{
"version": "0.1.0",
"command": "node-sass",
"isShellCommand": true,
"args": ["src/stylesheets/style.scss", "dist/style.css"]
}
Binary file modified Thomas-Edstrom-Resume.pdf
Binary file not shown.

0 comments on commit e4dc90e

Please sign in to comment.