-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated resume, not sure what I did on that tasks.json but whatever
- Loading branch information
1 parent
c8616e4
commit e4dc90e
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.