We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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.
The text was updated successfully, but these errors were encountered: