brackets-sass
brackets-sass copied to clipboard
Brackets Sass Not Compiling - File brackets.min.css.map not found
Hi !
No compilation occurs from sass to css when I modify the scss file. I configured the json file as needed :
{
"sass.enabled": false,
"path": {
"assets/sass/main.scss": {
"sass.enabled": true,
"sass.compiler": "ruby",
"sass.options": {
"outputDir": "../css/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
}
}
}
}
(but there is maybe an error ? i can't find where) but brackets seems to ignore it. I tested by manually launching the ruby command line :
sass main.scss ../css/main.css
and it all worked well.
Thanks in advance !
Info : Ruby installer version (2.3.0)
Same problem...it compiles when I update my global.scss file which contains my @imports but not when saving those individual imported files, ie I have a global.scss with a list of imports (file1.scss, file2.scss etc). When I edit and save global.scss, it compiles file1,file2 etc but when editing and saving file1,file2 etc, it doesn't. I'm using version 2.0.3-132 which I know is outdated but the updated version wasn't working at all.
@mikemedd 2.0.4 and 2.0.5 were little updates and changed nothing to the actual workings of the program. It just added support for Brackets 1.8 on Linux and macOS (and windows 10). What exactly isn't working and how would I reproduce it?
I am using 2.0.7 with Brackets 1.13 I can't get my css file to update from the scss file