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

feat(rollup): add silent attr to rollup_bundle to support --silent flag #1680

Merged
merged 3 commits into from
Mar 2, 2020

Commits on Mar 2, 2020

  1. feat(rollup): add silent attr to rollup_bundle to support --silent flag

    As rollup_bundle already supports specific rollup flags with specific
    attributes on the rollup_bundle rule, adding a boolean attribute for
    silent makes the most sense.
    
    This boolean determines if the --silent flag is added to the rollup command
    when called.
    josephperrott committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    20e2d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    983563c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869f16c View commit details
    Browse the repository at this point in the history