我只想禁用除Adobe Bracket中的main.scss之外的所有其他文件的自动编译。我在我的偏好中添加了这个。但是到目前为止我还没有为我工作。 `
{
/* disable compiling other files that aren't the "main" file */
"sass.enabled": false,
"path": {
"scss/styles.scss": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../css/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
}
}
}
}`
我的主文件是styles.scss但是当我保存preference.json时没有发生任何变化。