From cbf9f65fb42b5e6cdaab1ea0cc44cf56049bf4d5 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 12 Dec 2014 11:53:20 +0100 Subject: [PATCH] use released version of zocial --- bower.json | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5a4e9f95..bfc83c31 100644 --- a/bower.json +++ b/bower.json @@ -27,7 +27,7 @@ "momentjs": "2.8.3", "devicejs": "0.1.16", "readabilicons": "arc90/readability-readabilicons#34c55561c5b8ec6e90714b50237c06b13cb9d59c", - "zocial": "samcollins/css-social-buttons#1f59ecacde475e563fb6771667597493ec4eecb6", + "zocial-less": "1.0.0", "swagger-ui": "2.0.24" }, "resolutions": { diff --git a/gulpfile.js b/gulpfile.js index 9eca9a04..ee3bcbf5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('sass', function() { gulp.task('fonts', ['bower'], function() { var font_awesome = SRC_DIR + 'lib/font-awesome/font/fontawesome-webfont.*'; - var zocial = SRC_DIR + 'lib/zocial/css/zocial-regular-*'; + var zocial = SRC_DIR + 'lib/zocial-less/css/zocial-regular-*'; var readabilicons = SRC_DIR + 'lib/readabilicons/webfont/fonts/readabilicons-*'; return gulp.src([font_awesome, zocial, readabilicons]).pipe(gulp.dest(BUILD_DIR + 'font')); });