Questions tagged as 'gulp'

0
answers

High use of the cpu with gulp watch in laravel

Good afternoon. How can I avoid using 50% of my cpu when using gulp watch with webpack or browserify in Laravel? : / addition browserSync is not working, the pages are not updated and there are errors in the chrome console. elixir(function(mix...
asked by 21.09.2016 / 19:39
1
answer

@import sass in Gulp.js

I am trying to compile the sass files in a main file that contains all the @import but I can not make it work. My code is: gulpfile.js: //Cargar módulos var gulp = require('gulp'), concat = require('gulp-concat'), uglify = require...
asked by 08.11.2018 / 16:00