Skip to content

Configuring Sublime Text

Anton edited this page Apr 5, 2015 · 4 revisions

Sublime can run bemy through build system:

{
	"cmd": [ "bemy" , "-f", "$file", "-p", "css", "-g"],
	"shell": true,
	"path": "/usr/local/bin/"
}

Clone this wiki locally