在Adobe Bracket中禁用SASS auctocompile以获取除main.scss之外的其他文件

时间:2017-08-26 23:04:26

标签: json sass adobe-brackets

我只想禁用除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时没有发生任何变化。

0 个答案:

没有答案