Reduce roboto imports

This commit is contained in:
Robin Linus 2016-01-02 14:17:42 +01:00
parent 3fb735e901
commit ddee78fe19
2 changed files with 2 additions and 0 deletions

View file

@ -192,6 +192,7 @@ gulp.task('vulcanize', function() {
return gulp.src('app/elements/elements.html')
.pipe($.vulcanize({
stripComments: true,
stripExclude:['app/bower_components/font-roboto/roboto.html'],
inlineCss: true,
inlineScripts: true
}))