Skip to content

Commit

Permalink
vscode task to build csses
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Jul 11, 2018
1 parent fa22966 commit 898c800
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "cd ${workspaceFolder}/static/slidey/bootstrap; grunt dist",
"label": "Grunt dist",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

0 comments on commit 898c800

Please sign in to comment.