Closed J-Kallunki closed 8 years ago
What is your configuration to enable autobuild?
Should be defaults. And works with checkout fea35b5. SublimeOnSaveBuild.sublime-settings:
{
"filename_filter": "\\.(css|js|sass|less|scss|jade)$",
"build_on_save": 1
}
Jade.sublime-build:
{
"cmd": ["jade", "$file", "--pretty"],
"selector": "source.jade",
"osx": {"path": "/usr/local/bin:$PATH"},
"windows": {"shell": "true"}
}
I guess it will work if you change "selector": "source.jade"
to "selector": "text.jade"
.
Could you please try this version of sublime build: https://github.com/davidrios/Sublime-Jade-Build and tell me if that solves this problem?
I'm closing this for lack of further feedback and because the problem is not with this package.
works with checkout fea35b5