Skip to content

Gulp Watch for php files #3

@RMS21

Description

@RMS21

I think in gulpfile.js
gulp.watch('./**/.php', function() {
browserSync.reload();
});
this should replace with
gulp.watch(settings.themeLocation + '**/
.php', function() { ... });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions