Skip to content

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