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 transform option to call browserify.transform() #9

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

Add transform option to call browserify.transform() #9

wants to merge 2 commits into from

Conversation

greghuc
Copy link

@greghuc greghuc commented May 28, 2014

Notes:

Example transform config, using coffeeify and aliasify transforms:

var appJs = browserify('app', {
    entries: [ './app.coffee' ],
    outputFile: 'app.js',
    browserify: {
        extensions: [ '.coffee' ],
    },
    transform: [
      [ 'coffeeify' ],
      [ { global: true }, 'aliasify' ]
    ]
});

@cbosco
Copy link

cbosco commented Jun 3, 2014

+1

@greghuc greghuc mentioned this pull request Jun 25, 2014
@greghuc
Copy link
Author

greghuc commented Jun 25, 2014

@gingerhendrix any chance of this PR being merged?
@dkastner just submitted an almost identical pull request: #11
And @cbosco +1ed

Looks like there's interest in this.

@gingerhendrix
Copy link
Owner

Sorry, i've been a bit a slack - I'll try to have a look at this later today.

@valpackett
Copy link

+1

@davidosomething
Copy link

+1 - any word?

@rosshadden
Copy link

👍

@sqram
Copy link

sqram commented Jun 21, 2015

2015 year of the transform?

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.

7 participants