From d6552ec21b979781584d84732eb5fc5cd54e85f5 Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Fri, 15 Aug 2014 18:07:33 -0400 Subject: [PATCH] no message --- gulpfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index f9cf209..5616b9f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,10 +14,6 @@ function compileCSS( files ) { .pipe( gulp.dest( './elements/' ) ); } -// gulp.task( 'stylus', function() { -// watch( { glob: "./elements/*.styl" }, compileCSS ); -// }); - gulp.task( 'default', function() { compileCSS( gulp.src( paths.style ) );