From 9151a47a8e8b6bfa89cc52ad06fe4564dad676d9 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 23 Nov 2014 16:30:03 -0500 Subject: [PATCH] Tweaking compass setup --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6825609..20edb32 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,7 +33,6 @@ gulp.task('markup', function() { gulp.task('compass', function() { return gulp.src('./src/**/*.scss') .pipe(compass({ - project: __dirname, sass: './src/sass', css: './build/css', javascript: './build/js',