Skip to content

Instantly share code, notes, and snippets.

@EricMcWinNer
Last active February 19, 2021 12:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricMcWinNer/98cf27587e1b1a6003615ef6fcc40643 to your computer and use it in GitHub Desktop.
Save EricMcWinNer/98cf27587e1b1a6003615ef6fcc40643 to your computer and use it in GitHub Desktop.
//settings.json.config file
//... Rest of file
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.pug$",
"cmd": "pug ./ --doctype html --pretty"
},
{
"match": "\\.ejs$",
"cmd": "ejs-cli '*.ejs' --out dest/ --options options.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment