diff --git a/gulp/copy.js b/gulp/copy.js index e88d7f264..0e40091aa 100644 --- a/gulp/copy.js +++ b/gulp/copy.js @@ -70,7 +70,7 @@ function fonts() { } function jstree() { - return gulp.src(config.bower + 'bootstrap-jstree-theme/dist/themes/bootstrap/*.{png,gif}') + return gulp.src(config.bower + 'jstree/dist/themes/default/*.{png,gif}') .pipe(plumber({errorHandler: handleErrors})) .pipe(gulp.dest(config.dist + 'content/css/')); }