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

Cleanup issue with latest versions of brackets and plugin #199

Open
nehamjadhav opened this issue Jul 23, 2017 · 3 comments
Open

Cleanup issue with latest versions of brackets and plugin #199

nehamjadhav opened this issue Jul 23, 2017 · 3 comments

Comments

@nehamjadhav
Copy link

Brackets version 1.10
plugin 2.0.5

  1. Installed Ruby
  2. Installed Sass
  3. Created .brackets.json with following code.

{
"sass.enabled": false,
"path": {
"SASS/app.scss": {
"sass.enabled": true,
"sass.options": {
"outputDir": "../CSS/",
"includePaths": [],
"sourceComments": true,
"outputStyle": "nested"
},
"linting.collapsed": false
}
}
}

  1. Created files in respective folder
    Sass/app.scss
    CSS/app.css

image

This is my scss file code.

  1. Linked css file in index.html but in scss file i am getting cleanup warning. Please help. I am new to programming. I have just started learning coding.
@Humphrzy
Copy link

I have just upgrade to bracket 1.10 and this issue pop up again (every time I upgrade bracket). Please Yelp................

  1. some times when I downgrade bracket the error disappear, Although I hate this options it works.
    2, Or I use Prepos to compile sass to css-----------------it works but the worst alternative.

This time I want to use the latest versions of bracket every time Adobe release

@gverm
Copy link

gverm commented Aug 3, 2017

@nehamjadhav @Humphreto try this version, be sure to uninstall first. https://mega.nz/#!N0lDmB5Z!N32mfb_YTtt6facHH0vkoCPHWq9tWD--jHiKAUPyqQ8

@Humphrzy
Copy link

Humphrzy commented Sep 5, 2018

@gverm That link no longers works. What happened to it?
Am trying sass on bracket 1.13

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

3 participants