-
Notifications
You must be signed in to change notification settings - Fork 33
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
.brackets.json not doing anything #39
Comments
I have the same problem and wasn't able to solve it. |
Same problem here. |
@robhunt3r Just as a sanity check, the JSON you have in the issue description is missing an opening curly brace |
@robhunt3r I think I might have found an issue with
UPDATE: Nevermind, I see that @robhunt3r mentions this change already:
|
Not having any luck over here :c I actually managed to get the sample project to work according to the I am using Every now and again I get an error: "SCSS has timed out after waiting for 10000 ms" but I do not know what it means. Using |
My directory structure looks like this:
And here is my {
"path": {
"assets/scss/main.scss": {
"sass.enabled": true,
"sass.options": {
"outputDir": "..\css",
"imagePath": null,
"sourceComments": "map",
"outputStyle": "nested"
},
"linting.collapsed": true
}
}
} When I change my |
@byteblast What version of bourbon are you using? According to https://github.com/thoughtbot/bourbon/blob/1aaee0155728f254401739d9c2c0de1e94edf708/README.md#requirements...
|
I am using Bourbon 3.2.1. |
I am using Brackets 0.44 on Windows 8.1. If you want me to test anything, please let me know. |
@robhunt3r @MichalGallovic I think I have a fix for the
I have a sample project with a similar directory setup and folder structure (that also uses foundation) that I believe validates the fix: https://github.com/jasonsanjose/brackets-sass-issues/tree/master/issue-39. Note that there the paths specified are relative to the
@byteblast I haven't dug into your issues with bourbon yet. It seems separate from the original report here about |
I am sorry to say that fix doesn't solve my issue. I will wait patiently. |
@byteblast spun off your bourbon question as #43. |
@jasonsanjose Sorry mate, I am currently away from home developing with PHP so no brackets for me lately, by the end of the week I will go home again and test and then report :) thank you! |
@robhunt3r No problem. It turns out that Brackets only supports .brackets.json files at the root of projects. Based on your screenshot, your .brackets.json file is in a subfolder named viralizer. Can you change your project to make viralizer the root and see if that works? |
@byteblast there was a terrible bug on windows where the include path got mangled. Should be good to go. Download 1.0.0-68 from extension manager. @robhunt3r I have an example using foundation's template libsass project that you should be able to use as a guide, see https://github.com/jasonsanjose/brackets-sass/wiki/Foundation. @byteblast I also have a Bourbon example that I tested on windows, see https://github.com/jasonsanjose/bourbon-example. If you still have issues, please file a new bug. Thanks! |
@jasonsanjose I can confirm now that everything is working as expected yay! files are compiling inside /css/ folder and we don't need to change anything inside scss files to load properly. |
I had to say
Removing the final forward slash, then, for some reason... then it worked
|
I put .brackets.json file inside my root folder, restart brackets and everything but it doesn't work.
It is rendering inside
scss
folder instead ofcss
, and also usingincludePaths
isn't working either, as I need to use the full path inside my@include
otherwise it won't work.Using latest version of brackets and plugin. No other plugins are being used.
The text was updated successfully, but these errors were encountered: