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 ) );