Results 1 issues of Aaron Benjamin

In the sass.js file, `const sassProcessor = require('gulp-sass');` needs to also define the sass compiler. ex: `const sassProcessor = require('gulp-sass')(require('sass'));`

enhancement