no message

This commit is contained in:
George Michael Brower 2014-08-15 18:07:33 -04:00
parent 61d3d362ac
commit d6552ec21b

View File

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