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

Typo in documentation? #59

Open
delvalle opened this issue Nov 23, 2015 · 5 comments
Open

Typo in documentation? #59

delvalle opened this issue Nov 23, 2015 · 5 comments

Comments

@delvalle
Copy link

Hey there, I noticed that on the README.md file there's an inconsistency:

This plugin requires Ruby and scss-lint

gem install scss_lint

Instead of gem install scss_lint it should read gem install scss-lint, following what the description said in the previous line.

Should I post a quick PR to fix this small typo?

@juanfran
Copy link
Owner

thanks!

scss-lint is the old name, the new gem name is scss_lint https://github.com/brigade/scss-lint

@delvalle
Copy link
Author

Hey @juanfran... This is interesting, installing scss_lint gem thrown an error... Wonder why that is?

@juanfran
Copy link
Owner

Could be the ruby version? I've ruby 1.9.3

@delvalle
Copy link
Author

What we have seen is that, specially on Windows, if you install scss_lint the gulp task breaks calling that scss-lint is not recognized as an internal or external command, operable program or batch file.

It does work when we install scss-lint.

Also, FWIW, Ruby 2.2.2 is installed on this particular Windows machine.

@juanfran
Copy link
Owner

Have you tried if scss-lint (not gulp-scss-lint) works in bash? (with the scss_lint gem)

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

Successfully merging a pull request may close this issue.

2 participants