We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sublime can run bemy through build system. Autotask:
{ "cmd": [ "bemy" , "-f", "${file}" ], "path": "/usr/local/bin/" }
Task of creation for css file only:
{ "cmd": [ "bemy" , "-f", "css", "${file}" ], "path": "/usr/local/bin/" }
Unfortunately, sublime doesn't support user input in the build system, so you will have to create build system for every needed situation.
There was an error while loading. Please reload this page.