Sublime Forum

Custom build system

#1

hello I would like to build all my scss files except those that start with a “_”

_config.scss //skiped
style.scss //build

here is my base:

{
    "shell_cmd": "sass $file",
    "selector": "source.scss",
}
0 Likes