Guest User

Untitled

a guest
Dec 11th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. gulp.task("replace", function(){
  2. gulp.src(['./public/bundle_phone.js', './public/bundle_moderator.js'])
  3. .pipe(replace('/* SERVICE_WORKER_REPLACE', ''))
  4. .pipe(replace('SERVICE_WORKER_REPLACE */', ''))
  5. .pipe(gulp.dest('./public/'));
  6. });
Add Comment
Please, Sign In to add comment