diff --git a/README.md b/README.md index d610ae07..3686ec85 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,24 @@ Add the necessary links to your `` element for fonts and stylsheets: ``` -## Support +### Bower -If you like this project you may support it by donating via Gittip, starring this repository or reporting issues. All issues filed should be reduced to a [CodePen](http://codepen.io/rosskevin/pen/VvRgrN) test case where possible. +Many use bower including compiling source for this project. Here are a couple of things to know: + + 1. When using SASS, `@import` directives cannot be interpolated. Given the variety of configurations, the typical `bower_components` directory is occasionally in a different location. Given the options, a `loadPath` was [added to the SASS compiler](https://github.com/FezVrasta/bootstrap-material-design/pull/762/files) + so that bootstrap files could be loaded without specifying the path to the `bower_components` directory. You may similarly need to add a load path to your compiler. It is still debatable if this is for the greater good, but seems like the only + way to accomodate multiple configurations. + 2. This project will install both `bootstrap` and `bootstrap-sass` in `bower_components`. Each is used for the LESS and SASS version compilation respectively. If you are only using one, feel free to [ignore the other bower dependency](http://stackoverflow.com/a/27791606/2363935). + +## Support and Contributions + +All issues filed should be reduced to a [CodePen](http://codepen.io/rosskevin/pen/VvRgrN) test case where possible. Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file. + +If you like this project you may support it by donating via Gittip, starring this repository or reporting issues. [![gittip](demo/imgs/gittip-button.jpg)](https://www.gratipay.com/FezVrasta/) [![issues](demo/imgs/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues) -## Contribute - -Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file. ## Development