Sublime Forum

Per project build variants

#1

Hi guys! There is any way of running this on a per project basis?

"build_systems":
  
    {
        "name": "grunt tasks",
        "working_dir": "${project_path:${folder}}",
        "cmd": 
          "grunt.cmd", "--config", "${project_path}\\web\\html\\js\\grunt.js", "--no-color", "concat", "min", "sass"
        ],
        "shell" : true,

        "variants": 
          {
            "name": "deploy web bundle",
            "shell" : true,
            "cmd": 
              "php.exe", "${project_path}\\app\\console", "assets:install", "web"
            ]
          }
        ]
    }
  ]

Thanks!

0 Likes

Per-project-builds
Per-project-builds
Per-project-builds