Creation of 'development' branch
This commit is contained in:
parent
2b6f969e4a
commit
4c3df0a48a
@ -55,13 +55,13 @@ gulp.task('vendor', function() {
|
|||||||
.pipe(concat('vendor.js'))
|
.pipe(concat('vendor.js'))
|
||||||
|
|
||||||
/* .pipe(uglify({ 'mangle': false }))*/
|
/* .pipe(uglify({ 'mangle': false }))*/
|
||||||
.pipe(gulp.dest(`live/js`));
|
.pipe(gulp.dest('live/js'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('fonts', function() {
|
gulp.task('fonts', function() {
|
||||||
return gulp.src('src/fonts.list')
|
return gulp.src('src/fonts.list')
|
||||||
.pipe(googleWebFonts(fontOptions))
|
.pipe(googleWebFonts(fontOptions))
|
||||||
.pipe(gulp.dest(`live/fonts`))
|
.pipe(gulp.dest('live/fonts'))
|
||||||
;
|
;
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -70,7 +70,6 @@ gulp.task('gotham', function() {
|
|||||||
gulp.src(['fonts/GothamSSm-Black.otf', 'fonts/GothamSSm-Bold.otf', 'fonts/GothamSSm-Book.otf', 'fonts/GothamSSm-Light.otf', 'fonts/GothamSSm-Medium.otf']).pipe(gulp.dest('live/fonts'));
|
gulp.src(['fonts/GothamSSm-Black.otf', 'fonts/GothamSSm-Bold.otf', 'fonts/GothamSSm-Book.otf', 'fonts/GothamSSm-Light.otf', 'fonts/GothamSSm-Medium.otf']).pipe(gulp.dest('live/fonts'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
gulp.task('fujicons', function() {
|
gulp.task('fujicons', function() {
|
||||||
gulp.src(['fonts/fujicons.css']).pipe(gulp.dest('live/fonts'));
|
gulp.src(['fonts/fujicons.css']).pipe(gulp.dest('live/fonts'));
|
||||||
gulp.src(['fonts/fujicons.ttf']).pipe(gulp.dest('live/fonts'));
|
gulp.src(['fonts/fujicons.ttf']).pipe(gulp.dest('live/fonts'));
|
||||||
|
Loading…
Reference in New Issue
Block a user