You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am having some problems with your module to do some specific task.
I would like to have no sourceMap but even when I put the option to false, it still compile with a sourceMap file... any idea ?
And second problem, I have several scss file in several folders.
For example :
/sass/file1.scss
/sass/folder1/file2.scss
When I try to compile the file2.scss, I would like to have the css file in /css/folder1/ but it makes a file in /css/
Is there an option to follow the same folder architecture ?
Hi,
I am having some problems with your module to do some specific task.
I would like to have no sourceMap but even when I put the option to false, it still compile with a sourceMap file... any idea ?
And second problem, I have several scss file in several folders.
For example :
When I try to compile the file2.scss, I would like to have the css file in /css/folder1/ but it makes a file in /css/
Is there an option to follow the same folder architecture ?
Here is my .brackets.json file ?
{ "sass.compiler": "ruby", "sass.compass": true, "sass.options": { "outputStyle": "compressed", "sourceMap": false } }
Sorry for my bad english, hope you will understand me...
The text was updated successfully, but these errors were encountered: