mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Reduce roboto imports
This commit is contained in:
parent
3fb735e901
commit
ddee78fe19
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,500,700">
|
||||||
<link rel="import" href="../bower_components/polymer/polymer.html">
|
<link rel="import" href="../bower_components/polymer/polymer.html">
|
||||||
<style is="custom-style">
|
<style is="custom-style">
|
||||||
:root {
|
:root {
|
||||||
|
|
|
@ -192,6 +192,7 @@ gulp.task('vulcanize', function() {
|
||||||
return gulp.src('app/elements/elements.html')
|
return gulp.src('app/elements/elements.html')
|
||||||
.pipe($.vulcanize({
|
.pipe($.vulcanize({
|
||||||
stripComments: true,
|
stripComments: true,
|
||||||
|
stripExclude:['app/bower_components/font-roboto/roboto.html'],
|
||||||
inlineCss: true,
|
inlineCss: true,
|
||||||
inlineScripts: true
|
inlineScripts: true
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue