Merge branches 'master' and 'master' of https://github.com/buunguyen/octotree
This commit is contained in:
commit
ab8f7cb9fa
|
@ -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'])
|
||||
})
|
||||
|
|
|
@ -37,6 +37,7 @@ html.octotree {
|
|||
margin: 10px 5px;
|
||||
height: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue