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

Allow '*' pattern in standalone option #24

Merged
merged 3 commits into from
Nov 28, 2017

Conversation

taye
Copy link
Contributor

@taye taye commented Nov 21, 2017

simplifyify 'src/*/index' -s '*' -o dist
> src/module-a/index.js --> dist/module-a/index.js
> src/module-b/index.js --> dist/module-b/index.js

UMD names would be "moduleA" and "moduleB" respectively

    simplifyify 'src/*/index' -s '*' -o dist
    > src/module-a/index.js --> dist/module-a/index.js
    > src/module-b/index.js --> dist/module-b/index.js

UMD names would be "moduleA" and "moduleB" respectively
@JamesMessinger
Copy link
Member

Thanks for the PR, and especially for including a test!

I like the idea. I'll take a look at the code this week and get it merged.

@JamesMessinger JamesMessinger merged commit d5a6c91 into JS-DevTools:master Nov 28, 2017
JamesMessinger added a commit that referenced this pull request Jan 10, 2018
@JamesMessinger
Copy link
Member

This fix has been released in version 3.3.0. Thanks again for the PR! 👍

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

Successfully merging this pull request may close these issues.

2 participants