diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b3a6b26..d11f8e87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,3 +9,7 @@ It already includes every needed dependency and is based on the latest version o ## Grunt **Grunt!** Ok... when you edit something please run `grunt` to compile CSS and copy stuff in the correct folders. Thanks! + +## Before send a Pull Request + +We are developing in the `develop` branch, please send any PR to this branch. \ No newline at end of file diff --git a/README.md b/README.md index 24f8e054..bd393cdc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ +[![build status](https://travis-ci.org/FezVrasta/bootstrap-material-design.svg?branch=master)](https://travis-ci.org/FezVrasta/bootstrap-material-design) +[![ghat status](http://mywebexpression.com:3001/status/initial/badge.png)](http://mywebexpression.com:3001/) (click to chat) + [![banner](demo/imgs/banner.jpg)](#) -This Bootstrap theme is an easy way to use the new Material Design guidelines by Google in your Bootstrap 3 based application. -Just include the theme right after the Bootstrap CSS and include the javascript at the end of your document, everything will be converted to Material Design (paper) style. +This Bootstrap theme is an easy way to use the new [Material Design guidelines by Google](http://www.google.com/design/spec/material-design/introduction.html) in your Bootstrap 3 based application. +Just include the theme, after the Bootstrap CSS and include the javascript at the end of your document (Just before the end of the `` tag), and everything will be converted to Material Design (paper) style. -This theme is in early development and is not ready for production. +**Note:**This theme is in early development and is not ready for production. -Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/) (could be not even with the master branch). +Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/) (This demo may not be even with the master branch.) ## How to install @@ -25,6 +28,17 @@ so this might not be true before the first stable release. Navigate to the `template/` folder in this repository, and you will see the `index.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes. You need to copy the `material/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes. +## Development + +We are using grunt to automate the workflow and build process. Ensure you have nodejs installed and grunt-cli installed globally. +After cloning the repo, run `npm install` to ensure you have all dev dependencies. + +Run the `grunt build` command to run the tests and compile the less/sass. See Gruntfile.js for details on targets. + +Run the `grunt test` command for browser based jasmine unit tests. + +Run the `grunt serve` command to build and fire up a http server with live-reload and a watch for development purposes. + ## Todo - Morphing icons @@ -116,7 +130,7 @@ Read more about [noUiSlider here](http://refreshless.com/nouislider/) ### Selectize.js -Transform select and multi select inputs in advanced text inputs. Material Design for BS provides a fulle replacement of the plugin's CSS, don't include it so. +Transform select and multi select inputs in advanced text inputs. Material Design for BS provides a full replacement of the plugin's CSS, so don't include it. Read more about [selectize.js](http://brianreavis.github.io/selectize.js/) diff --git a/index.html b/index.html index 56eb28a6..54645ed3 100644 --- a/index.html +++ b/index.html @@ -56,9 +56,9 @@
-

Material Design for Bootstrap is a theme for Bootstrap 3 which let you use the new Google Material Design in your favourite front-end framework.

-

If you like this project you may support me donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.

-

Read more about Material Design for Bootstrap visiting the Github page.

+

Material Design for Bootstrap is a theme for Bootstrap 3 which lets you use the new Google Material Design in your favorite front-end framework.

+

If you like this project you can support me by donating something on Gittip, starring this repository, or reporting bugs and ideas.

+

Read more about Material Design for Bootstrap at the Github page.

gittip diff --git a/less/material.less b/less/material.less index 463283db..4981a4f2 100644 --- a/less/material.less +++ b/less/material.less @@ -17,6 +17,7 @@ body { } } + body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; @@ -25,7 +26,6 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 { h5, h6{ font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; - } // Well and Jumbotrons