Skip to content

Commit

Permalink
backport-725-to-v3.11.x - #725 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 authored Feb 11, 2025
1 parent e305481 commit db6161c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const browserify_plugin = (pluginName, watch = true) => {
.pipe(gulpif(production, sourcemaps.write('.')))
.pipe(gulp.dest(src)) // put plugin.js to plugin folder (git source)
.pipe(gulp.dest(outputFolder)) // put plugin.js to static folder (PROD | DEV env)
.pipe(gulp.dest(`${g3w.pluginsFolder}/${pluginName}`)) // put plugin.js to plugin code folder
.pipe(gulpif(!production, browserSync.reload({ stream: true }))); // refresh browser after changing local files (dev mode)
};

Expand Down

0 comments on commit db6161c

Please sign in to comment.