1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Update dependencies

This commit is contained in:
Paulus Schoutsen
2016-05-06 23:34:52 -07:00
parent 0c353ce102
commit 097f85cab2
2 changed files with 9 additions and 18 deletions
-9
View File
@@ -1,9 +0,0 @@
var fs = require('fs');
var path = 'bower_components/paper-styles/typography.html';
var html = fs.readFileSync(path).toString();
var fixedHtml = html.replace('<link rel="import" href="../font-roboto/roboto.html">', '');
fs.writeFileSync(path, fixedHtml);