diff --git a/example/gulpfile.js b/example/gulpfile.js index 32679bf6d..3bace6c17 100644 --- a/example/gulpfile.js +++ b/example/gulpfile.js @@ -148,6 +148,10 @@ gulp.task('gh_pages', function() { .pipe(plumber()) .pipe(gulp.dest('./gh_pages/images/')); + gulp.src('public/favicon.*') + .pipe(plumber()) + .pipe(gulp.dest('./gh_pages')); + gulp.src('public/bower_components/angular-utils-pagination/*.*') .pipe(plumber()) .pipe(gulp.dest('./gh_pages/bower_components/angular-utils-pagination/'));