add new treepath.css into gulp build

This commit is contained in:
Meir Rotstein 2017-09-01 00:03:10 +03:00
parent b643eeffb4
commit 11e425e2ff
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ gulp.task('bundle-css', ['mkdir'], function () {
'src/css/contextmenu.css',
'src/css/menu.css',
'src/css/searchbox.css',
'src/css/autocomplete.css'
'src/css/autocomplete.css',
'src/css/treepath.css'
])
.pipe(concatCss(NAME + '.css'))
.pipe(gulp.dest(DIST))