You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
Thanks for putting this together. I'm attempting to use this and I'm not seeing any discernable differences here.
Here's my code
var browserSync = require('browser-sync').create();
var concat = require('gulp-concat');
var del = require('del');
var filter = require('gulp-filter');
var gulp = require('gulp');
var imagemin = require('gulp-imagemin');
var jshint = require('gulp-jshint');
var minifycss = require('gulp-uglifycss');
var notify = require('gulp-notify');
var pixrem = require('gulp-pixrem');
var plugins = require('gulp-load-plugins')({ camelize: true });
var plumber = require('gulp-plumber');
var reload = browserSync.reload;
var rename = require('gulp-rename');
var replace = require('gulp-replace');
var runSequence = require('gulp-run-sequence');
var sass = require('gulp-sass');
var sourcemaps = require('gulp-sourcemaps');
var uglify = require('gulp-uglify');
var zip = require('gulp-zip');
Hey there,
Thanks for putting this together. I'm attempting to use this and I'm not seeing any discernable differences here.
Here's my code
The text was updated successfully, but these errors were encountered: