commit ddee78fe192a6505b3dc8c1b33a310972a5f3582
parent 3fb735e901a59aaec861c87494137f526adc1f2c
Author: Robin Linus <robin_woll@capira.de>
Date: Sat, 2 Jan 2016 14:17:42 +0100
Reduce roboto imports
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/app/styles/app-theme.html b/app/styles/app-theme.html
@@ -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">
<style is="custom-style">
:root {
diff --git a/gulpfile.js b/gulpfile.js
@@ -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
}))