Skip to content

Instantly share code, notes, and snippets.

@Kristinita
Last active September 2, 2016 17:28
Show Gist options
  • Save Kristinita/f49eca1aa44545b5fcacaceeb8eaaee4 to your computer and use it in GitHub Desktop.
Save Kristinita/f49eca1aa44545b5fcacaceeb8eaaee4 to your computer and use it in GitHub Desktop.
Sublime Text Build System for Slim
{
"cmd": ["slimrb"],
"working_dir": "${file_path:${folder}}",
"selector": "text.slim",
"quiet": true,
"windows":
{
"cmd": ["slimrb", "-p", "--trace", "$file", "$file_base_name.html"],
"shell": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment