mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
add roboto fonts and gulp tasks
remove unused codes
This commit is contained in:
@@ -13,7 +13,12 @@ gulp.task('copy-common-fonts',function(){
|
||||
.pipe(gulp.dest(config.paths.build + 'common/fonts'));
|
||||
});
|
||||
|
||||
gulp.task('build-common-font-css', ['copy-common-fonts'],function(){
|
||||
gulp.task('copy-common-roboto-fonts', function () {
|
||||
return gulp.src([config.paths.src + 'common/styles/fonts/**'])
|
||||
.pipe(gulp.dest(config.paths.build + 'common/fonts'));
|
||||
});
|
||||
|
||||
gulp.task('build-common-font-css', ['copy-common-fonts', 'copy-common-roboto-fonts'], function () {
|
||||
return gulp.src([config.paths.nodes + 'font-awesome/css/font-awesome.min.css'])
|
||||
.pipe(gulp.dest( config.paths.build + 'common/css'));
|
||||
});
|
||||
|
Reference in New Issue
Block a user