Skip to content

Instantly share code, notes, and snippets.

@imjp94
Created December 12, 2018 12:31
Show Gist options
  • Save imjp94/b3b09116bc380307d22d698b63333629 to your computer and use it in GitHub Desktop.
Save imjp94/b3b09116bc380307d22d698b63333629 to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Sass Watch",
"type": "shell",
"command": "sass.bat --watch '${file}' $(dirname '${fileDirname}')/css/${fileBasenameNoExtension}.css"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment