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

Beginner problems : outputDir and sourceMap #192

Open
VincentDomo opened this issue Apr 11, 2017 · 0 comments
Open

Beginner problems : outputDir and sourceMap #192

VincentDomo opened this issue Apr 11, 2017 · 0 comments

Comments

@VincentDomo
Copy link

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 ?

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...

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