Skip to content

Instantly share code, notes, and snippets.

@jackhumbert
Created September 5, 2019 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackhumbert/6a7db04004d657fd821ec918cf87c27a to your computer and use it in GitHub Desktop.
Save jackhumbert/6a7db04004d657fd821ec918cf87c27a to your computer and use it in GitHub Desktop.
If you name your livescript files like <desired_file_name>.ls, this build system will automatically generate the desired files.
{
"cmd": ["lsc", "${file_path}/${file_name}", ">", "${file_path}/${file_base_name}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"path": "D:/msys64/mingw64/bin/",
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment