You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2016/10/06 20:07:14 UTC

[2/2] ode-console git commit: build to include woff2 fonts from bootstrap-sass

build to include woff2 fonts from bootstrap-sass


Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/26d35f5c
Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/26d35f5c
Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/26d35f5c

Branch: refs/heads/master
Commit: 26d35f5c1e21cc0141f50dfbde9718e6d5b6b139
Parents: 715b5c8
Author: sathwik <sa...@apache.org>
Authored: Fri Oct 7 01:36:28 2016 +0530
Committer: sathwik <sa...@apache.org>
Committed: Fri Oct 7 01:36:28 2016 +0530

----------------------------------------------------------------------
 gulp/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode-console/blob/26d35f5c/gulp/build.js
----------------------------------------------------------------------
diff --git a/gulp/build.js b/gulp/build.js
index 5c5c957..8dcf45f 100644
--- a/gulp/build.js
+++ b/gulp/build.js
@@ -145,7 +145,7 @@ gulp.task('images', function () {
 
 gulp.task('fonts', function () {
   return gulp.src($.mainBowerFiles())
-    .pipe($.filter('**/*.{eot,svg,ttf,woff}'))
+    .pipe($.filter('**/*.{eot,svg,ttf,woff,woff2}'))
     .pipe($.flatten())
     .pipe(gulp.dest('dist/fonts/'));
 });