Merge branches 'master' and 'master' of https://github.com/buunguyen/octotree

This commit is contained in:
Buu Nguyen 2014-05-14 11:17:49 -07:00
commit ab8f7cb9fa
2 changed files with 6 additions and 1 deletions

View File

@ -47,4 +47,8 @@ gulp.task('firefox', function() {
gulp.task('default', function(cb) {
return rseq('clean', ['chrome', 'safari', 'firefox'], cb)
})
})
gulp.task('watch', function() {
gulp.watch(['./src/**/*'], ['default'])
})

View File

@ -37,6 +37,7 @@ html.octotree {
margin: 10px 5px;
height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}