We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a fresh install I get:
gulp-ruby-sass: stderr: OptionParser::InvalidOption: invalid option: --output-style Use --trace for backtrace.
Change line 25 in gulp/styles.js from outputStyle: 'expanded', to style: 'expanded',
gulp/styles.js
outputStyle: 'expanded',
style: 'expanded',
The text was updated successfully, but these errors were encountered:
@devakone 👍 you save my time thanks.
Sorry, something went wrong.
Man, you're awesome! Saved hours of my life! Thanks a lot!
Thanks a lot @devakone
Thanks bro saved me too, had to give demo of my app
No branches or pull requests
On a fresh install I get:
Change line 25 in
gulp/styles.js
fromoutputStyle: 'expanded',
tostyle: 'expanded',
The text was updated successfully, but these errors were encountered: