Skip to content

Commit

Permalink
Update npm dependencies, switch lato to only use WOFF(2) and only cop…
Browse files Browse the repository at this point in the history
…y across the face we use
  • Loading branch information
philipbelesky committed Jun 26, 2017
1 parent 2348f3b commit 192d2ef
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 241 deletions.
7 changes: 2 additions & 5 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ gulp.task('fonts-compile', function() {
'node_modules/bootstrap-sass/assets/fonts/**/*.ttf',
'node_modules/bootstrap-sass/assets/fonts/**/*.woff',
'node_modules/bootstrap-sass/assets/fonts/**/*.woff2',
'node_modules/lato-font/fonts/**/*.eot',
'node_modules/lato-font/fonts/**/*.svg',
'node_modules/lato-font/fonts/**/*.ttf',
'node_modules/lato-font/fonts/**/*.woff',
'node_modules/lato-font/fonts/**/*.woff2'
'node_modules/lato-font/fonts/lato-normal/lato-normal.woff',
'node_modules/lato-font/fonts/lato-normal/lato-normal.woff2'
])
.pipe(rename({dirname: ''})) // Remove folder structure
.pipe(gulp.dest(outputDir + 'fonts/'));
Expand Down
Loading

0 comments on commit 192d2ef

Please sign in to comment.