This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
003f | |
003p | |
003q | |
003u | |
004f | |
005u | |
005v | |
005y | |
006n | |
006u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Import important packages | |
const gulp = require('gulp'); | |
const plumber = require('gulp-plumber'); | |
const rename = require('gulp-rename'); | |
const browserSync = require('browser-sync').create(); |