gulp.task('compile-stylesheets', () => gulp
        .src(config.paths.stylesheets)
        .pipe(plumber())
        .pipe(sourcemaps.init())
        .pipe(sass({