Skip to content

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

Open
greghuc wants to merge 2 commits into
gingerhendrix:masterfrom
greghuc:add-transform-option
Open

Add transform option to call browserify.transform()#9
greghuc wants to merge 2 commits into
gingerhendrix:masterfrom
greghuc:add-transform-option

Conversation

@greghuc

@greghuc greghuc commented May 28, 2014

Copy link
Copy Markdown

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

cbosco commented Jun 3, 2014

Copy link
Copy Markdown

+1

@greghuc greghuc mentioned this pull request Jun 25, 2014
@greghuc

greghuc commented Jun 25, 2014

Copy link
Copy Markdown
Author

@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
Copy Markdown
Owner

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

@valpackett

Copy link
Copy Markdown

+1

@davidosomething

Copy link
Copy Markdown

+1 - any word?

@rosshadden

Copy link
Copy Markdown

👍

@sqram

sqram commented Jun 21, 2015

Copy link
Copy Markdown

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