Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-10-23 01:52:10 +0400
committerChris Rebert <code@rebertia.com>2014-10-23 01:52:10 +0400
commit09ae2d3e5dacaed07c1425ab8fb59667413c468b (patch)
treec13967c8eda3fda8074eae67c13109a1f7726235
parent383751941c32446293d10d38b0b4e0916a601588 (diff)
add font files and main Sass file to bower.json's main; fixes #649
-rw-r--r--bower.json7
1 files changed, 6 insertions, 1 deletions
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",