Skip to content

How to work with browserify? #9

@bonjs

Description

@bonjs

I use the browserify in my gulpfile, and it looks like :

return browserify({
            entries: entryFile,
            debug: true
        })
            .transform(vueify)
            .bundle()
            .pipe(source(outName))
            .pipe(buffer())
            //.pipe(rename({ extname: '.bundle.js' }))
            .pipe(gulp.dest(outPath))
            .pipe(connect.reload());

now I want to watch the files which are changed with gulp-change, what should I do ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions