-
Notifications
You must be signed in to change notification settings - Fork 10
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
Alter the config to pass a --quiet-deps
flag
#25
Comments
Actually, groping in the dark here... I checked out the way # config/production.rb
config.sass.quiet_deps = true
|
--quiet-deps
flag?--quiet-deps
flag?
--quiet-deps
flag?--quiet-deps
flag
--quiet-deps
flag--quiet-deps
flag
I'm happy to accept a PR for this. |
I'm going to try to enable a config like this. # config/production.rb
config.sass.quiet_deps = true It seems the config options for this gem are set in three different places though, and I'm a little confused by that. Should I focus on one of these instead of the others?
|
--quiet-deps
flag--quiet-deps
flag
Our app has a ton of SCSS deprecation warnings.
Is there a way to pass the dart-sass build flag to quiet these?
Something like how
dartsass-rails
hasRails.application.config.dartsass.build_options << " --quiet-deps"
The text was updated successfully, but these errors were encountered: