juanfran / gulp-scss-lint

Gulp plugin to lint scss files with `scss-lint`
113 stars 33 forks source link

Fix bundleExec option #6

Closed lukemorton closed 10 years ago

lukemorton commented 10 years ago

The way options were being built meant the command looked like this:

scss-lint ./test/fixtures/valid.scss --bundle-exec

Rather than:

bundle exec scss-lint ./test/fixtures/valid.scss

I added a test to prove the problem and then I fixed it.

Can you merge and create a release ASAP I need this fix?

All the best, Luke

juanfran commented 10 years ago

new version released, thanks

lukemorton commented 10 years ago

Thank you!