Page 1 of 1

Sublime Text2 Doesn't build

Posted: Mon Apr 14, 2014 6:55 pm
by EdKeens
Hello,
I'm trying to build my lua files from Sublime Text 2 editor on Windows 8. This is my build system:

Code: Select all

{
    "selector": "source.lua",
    "cmd": ["\"C:/Program Files (x86)/LOVE/love.exe\"", "$file_path"],
    "shell": true
}
When I run build on my lua file, it writes "building" in status bar but doesn't show anything in output, nor does any windows open afterwards.
I've tried building throught cmd prompt and it does work there.
Has anyone had this problem? Thanks anyone for help.

Re: Sublime Text2 Doesn't build

Posted: Mon Apr 14, 2014 10:10 pm
by Ranguna259
I had this problem, try installing a LÖVE Sublime Text plugin and then build from there.