Skip to content

Add pull-browserify #24

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

Merged
merged 1 commit into from
Feb 26, 2017
Merged

Add pull-browserify #24

merged 1 commit into from
Feb 26, 2017

Conversation

jamen
Copy link
Contributor

@jamen jamen commented Jan 24, 2017

I created pull-browserify:

pull(
  b.source('./app/index.js'),
  b.transform('babelify', { ...opts }),
  b.bundle(),
  vinyl.map('index.js'),
  vinyl.write('out')
)

Used in combination with pull-vinyl and tasking is my first step towards a build system.

@ahdinosaur ahdinosaur merged commit 0e74b85 into master Feb 26, 2017
@ahdinosaur
Copy link
Member

thanks @jamen !

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