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

SassBeautify conflitcs with CodeKit in Sublime Text 2 #82

Open
agispas opened this issue Apr 21, 2015 · 8 comments
Open

SassBeautify conflitcs with CodeKit in Sublime Text 2 #82

agispas opened this issue Apr 21, 2015 · 8 comments

Comments

@agispas
Copy link

agispas commented Apr 21, 2015

I've just installed SassBeautify and whenever I'm trying to beautify a .scss file I get this error: "[Errno 2] No such file or directory".

I've tried to do this, as mentioned in the SassBeautify documentation:

Follow the steps below:

Open up terminal

Run: echo $PATH

Copy the entire PATH into the 'path' setting

Run: echo $GEM_PATH

Copy the entire GEM_PATH into the 'gemPath' setting

But when I'm typing "echo $GEM_PATH" in my terminal I don't see anything. Just a blank space.

I'm using CodeKit for the SASS compiler.

Any ideas on how can I fix this?

@HaunGO
Copy link

HaunGO commented Mar 18, 2016

I am having the EXACT same issue.

@Le-future
Copy link

I'm getting exactly the same problem since I upgraded my Macbook to El Capitaaan.

Did you find a solution?

@HaunGO
Copy link

HaunGO commented May 11, 2016

Unfortunately, I did not find a solution.

@BkThompson-zz
Copy link

Has anyone found a solution for this? I am experiencing the exact same problem, but also I am not sure
what the "path setting" is and where its located?
"Copy the entire PATH into the 'path' setting". Can i get more details.

@matriplett
Copy link

Same issue here.. I get nothing when using:
echo $GEM_PATH

@Le-future
Copy link

Still getting the same problem, any idea?

@ramakay
Copy link

ramakay commented Nov 5, 2016

echo $GEM_PATH is blank for me as well.

@Liquir-ice
Copy link

Liquir-ice commented Nov 25, 2016

This solution fixed my problem

$ which sass-convert
/usr/local/bin/sass-convert

# Change the sublime sassbeautify user preference
{
  "indent": 4,
  "dasherize": false,
  "old": false,
  "path": "/usr/local/bin/",
  "gemPath": false,
  "beautifyOnSave": true,
  "inlineComments": false,
  "useSingleQuotes": false
}

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

7 participants