From 09ae2d3e5dacaed07c1425ab8fb59667413c468b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 22 Oct 2014 14:52:10 -0700 Subject: [PATCH] add font files and main Sass file to bower.json's main; fixes #649 --- bower.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5dc4a70..b7b59b1 100644 --- a/bower.json +++ b/bower.json @@ -13,8 +13,13 @@ ], "homepage": "http://goratchet.com", "main": [ + "sass/ratchet.scss", "dist/css/ratchet.css", - "dist/js/ratchet.js" + "dist/js/ratchet.js", + "dist/fonts/ratchicons.eot", + "dist/fonts/ratchicons.svg", + "dist/fonts/ratchicons.ttf", + "dist/fonts/ratchicons.woff" ], "ignore": [ "_config.yml",