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

Supporting appliesTo configuration being set through command line #18

Open
matthewdunsdon opened this issue Feb 18, 2016 · 1 comment
Open

Comments

@matthewdunsdon
Copy link
Contributor

When running browserify from the command line, I am not able to pass through the appliesTo configuration.

browserify -t [ abc --opt1 val --appliesTo [ --includeExtensions [.html .abc] ] ] test.abc

Does anyone agree that this is this something we would want to support?

@matthewdunsdon
Copy link
Contributor Author

By the way, I would be willing to create a PR to fix this if we can agree we want to support this.

Looking at the technical issue, this issue appears to be that when this command is run the following fact is true:

appliesTo = {
    includeExtensions: {
        '_': ['.html','.abc']
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant