Sublime Forum

Build system doesn't work anymore

#1

Hi guys.

So, i’m using ST3, latest beta and I noticed that, out of blue, ST doesn’t read build systems defined in project files.

Project file looks like so:

{
  "folders": {"path": "/F/work/project"} ],
  "build_systems":
  {
    "name": "deploy web",
    "cmd": "php.exe", "${project_path}\\app\\console", "assets:install", "web"],
    "shell" : true
  }]
}

The same build works just fine in ST2 and, until couple of hours ago, worked on ST3 as well. I didn’t installed anything, i didn’t change any settings, it basically stopped to work.

I tried to revert to default settings (removed sublime text 3 folder from appData) but nothing, the build doesn’t show up in the available builds!

Any ideas? Thanks!

0 Likes

Build 3011
#2

I’m also having this problem using the LESS.js build package (whose folder I copied over from ST2).

0 Likes

#3

Try changing the “cmd” -> “shell_cmd”

0 Likes

#4

Oh, i tried a lot of combinations and posted on forum being disperate :mrgreen: . The build name doesn’t show up in available build systems

0 Likes

#5

My menu is displayed.
I have a Build3011.

0 Likes