From edf4874f0b9cca3cb18629181b911fb8a17a1161 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sun, 16 Mar 2014 15:09:02 +0100 Subject: [PATCH] Fixed glyphicon icons --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ff7d5b0d..45e4e346 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,9 @@ gulp.task('copy', function() { gulp.src('app/vendor/jsbn/jsbn_combined.js') .pipe(gulp.dest('dist/vendor/jsbn')), gulp.src('app/vendor/cryptoJS/crypto.js') - .pipe(gulp.dest('dist/vendor/cryptoJS')) + .pipe(gulp.dest('dist/vendor/cryptoJS')), + gulp.src('app/vendor/bootstrap/fonts/*') + .pipe(gulp.dest('dist/fonts')) ); });