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

Add 'include' and 'exclude' options for more fine-tuned control over brfs'd files #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2017

  1. Add 'include' and 'exclude' options to limit which paths are brfs'd

    Both options take a minimatch pattern in a string, which is matched
    against absolute path of the file being transformed.
    
    Example:
    
    browserify -g [ brfs --exclude '**/node_modules/problematic/*' ] ...
    jholster committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    06e89c9 View commit details
    Browse the repository at this point in the history
  2. Add .editorconfig file (http://editorconfig.org)

    This helps contributors to keep the source format consistent,
    e.g. preserving the whitespace indentation in empty lines.
    jholster committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    20b35c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    c07427f View commit details
    Browse the repository at this point in the history