Skip to content
New issue

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

includePaths not working #204

Open
Chadwickd opened this issue Sep 28, 2017 · 0 comments
Open

includePaths not working #204

Chadwickd opened this issue Sep 28, 2017 · 0 comments

Comments

@Chadwickd
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant