use released version of zocial

This commit is contained in:
Athou
2014-12-12 11:53:20 +01:00
parent 5a493cd55d
commit cbf9f65fb4
2 changed files with 2 additions and 2 deletions

View File

@@ -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'));
});