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

Browserify Plugin - Unable to catch errors #20

Open
justrhysism opened this issue May 28, 2014 · 1 comment
Open

Browserify Plugin - Unable to catch errors #20

justrhysism opened this issue May 28, 2014 · 1 comment

Comments

@justrhysism
Copy link

When using factor-bundle as a Browserify plugin, I'm unable to catch compilation errors.

    return browserify({
            entries: src.scripts
        })
        .ignore('jquery')
        .plugin(factor, {
            o: scriptDests
        })
        .bundle({
            debug: true
        })
        .on('error', handleErrors)
        .pipe(source(bundleFilename))
        .pipe(gulp.dest(dev.scripts));

Which means my watch task fails :(.

@terinjokes
Copy link
Contributor

Hrm, indeed. I tried to take a stab at this, but failed. I'll give it another go this evening.

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

No branches or pull requests

2 participants