Created
September 5, 2019 14:06
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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