From f85271ca03a3dcfd9f28e9ef38a1c67fb2d30980 Mon Sep 17 00:00:00 2001 From: Nelson Omuto Date: Sun, 5 Oct 2014 17:27:50 -0400 Subject: [PATCH 1/3] jshint double-quotes error --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f9507014..bb59179d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -177,5 +177,5 @@ module.exports = function(grunt) { ]); }); - grunt.registerTask('cibuild',["newer:jshint", "jasmine:scripts"]); + grunt.registerTask("cibuild",["newer:jshint", "jasmine:scripts"]); }; From 40d5bb815565389ce4232bf7a3164499c28a64fe Mon Sep 17 00:00:00 2001 From: Nelson Omuto Date: Mon, 6 Oct 2014 10:41:44 -0400 Subject: [PATCH 2/3] fixes #81 adding build status emblem to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24f8e054..215a5c8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![build status](https://travis-ci.org/FezVrasta/bootstrap-material-design.svg?branch=master)](https://travis-ci.org/FezVrasta/bootstrap-material-design) + [![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. From f61f95150889800344eb7fa9b041778b7c96d3ea Mon Sep 17 00:00:00 2001 From: Nelson Omuto Date: Mon, 6 Oct 2014 10:49:22 -0400 Subject: [PATCH 3/3] fixes #90, adding documentation to clarify development workflow to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 215a5c8c..3c0f38ca 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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