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