Update TravisCI badge to show only master result and remove CoffeeScript references
This commit is contained in:
@@ -113,7 +113,7 @@ gulp.task('copy', ['less'], function() {
|
||||
* Watch for changes and recompile
|
||||
*/
|
||||
gulp.task('watch', function() {
|
||||
return watch(['./src/**/*.{coffee,js,less,handlebars}'], function() {
|
||||
return watch(['./src/**/*.{js,less,handlebars}'], function() {
|
||||
gulp.start('default');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user