CSS inject not working with Gulp + Browsersync
问题 I'm new in gulp, I used to work with grunt, and I'm having some troubles with gulp now. The most important of them is the auto CSS inject, that isn't woking and after a lot of time I don't know why. Can anyone help me? And also give me some suggestions about my config? Thanks in advance! 'use strict'; var gulp = require('gulp'), sass = require('gulp-sass'), autoprefixer = require('gulp-autoprefixer'), csso = require('gulp-csso'), jshint = require('gulp-jshint'), uglify = require('gulp-uglify'