mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use released version of zocial
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user