From 49b9a040fc8576809310d9b5091542b7cb08f3b0 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 26 Sep 2016 13:46:05 +0200 Subject: [PATCH] Improve bower main explanation --- Troubleshooting.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 11dfd13..0f7bfd4 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -242,4 +242,17 @@ Ref: [Turn on and use the Blocking Untrusted Fonts feature](https://technet.micr #### bower.json not including css file in main Sorry, we are following [bower's specs](https://github.com/bower/spec/blob/master/json.md#main) -Ref: [#6227](https://github.com/FortAwesome/Font-Awesome/pull/6227), [twbs/bootstrap#16663](https://github.com/twbs/bootstrap/issues/16663) \ No newline at end of file +Ref: [#6227](https://github.com/FortAwesome/Font-Awesome/pull/6227), [twbs/bootstrap#16663](https://github.com/twbs/bootstrap/issues/16663) + +Please use overrides if you need `css` and `fonts` files: + +```json + "overrides": { + "font-awesome": { + "main": [ + "./css/font-awesome.css", + "./fonts/*" + ] + } + } +``` \ No newline at end of file