Skip to content

Commit e7a8290

Browse files
committed
gulp-ruby-sass changed
1 parent c2a8002 commit e7a8290

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ gulp.task('watch',function(){
4343
gulp.watch('src/sass/**/*.sass',['css']);
4444
gulp.watch('src/coffee/**/*.coffee',['js']);
4545
});
46+
47+
gulp.task('default',['css','js','watch']);

0 commit comments

Comments
 (0)