Questions tagged as 'gulpjs'

0
answers

gulp.watch does not execute task

Introduction I'm using gulp to automate my tasks, I'm using gulp.watch for it to preprocess the sass as soon as I check a change in the file: gulp.task('styles', function(){ return gulp.src(files) .pipe(sass({style: 'expande...
asked by 21.09.2014 / 23:05
1
answer

How to do livereload on a local server?

In recent times I have seen a lot of information about Gulp.js for front-end development. And I want to use some functions of it like livereload while developing the front end of a java application. But I can not find information about making th...
asked by 06.10.2015 / 19:04