Skip to content

includePaths not working #204

Description

@Chadwickd

I'm using brackets 1.10 and version 2.0.7 of the plugin. As far as I can tell includePaths doesn't work. I have the below folder structure.
image

and I'm using the below in my preference file.
{
"sass.enabled": false,
"sass.compiler": "libsass",
"path": {
"custom/custom.scss": {
"sass.enabled": true,
"sass.options": {
"includePaths": [
"../custom"
],
"outputDir": "../../css/custom",
"imagePath": null,
"sourceComments": false,
"outputStyle": "nested"
},
"linting.collapsed": false
},
"lib/lib.scss": {
"sass.enabled": true,
"sass.options": {
"includePaths": [
"../lib"
],
"outputDir": "../../css/lib",
"imagePath": null,
"sourceComments": false,
"outputStyle": "nested"
},
"linting.collapsed": false
}
}
}

but whenever I save "_custom-variables" nothing happens. only saving my custom file causes a compile.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions