From b15db3a9261c7aae0ccb7d105319541ce5377fb1 Mon Sep 17 00:00:00 2001 From: David Haynes Date: Wed, 23 Nov 2016 14:21:04 -0500 Subject: [PATCH] Remove redundant README.md --- masonstrap/README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 masonstrap/README.md diff --git a/masonstrap/README.md b/masonstrap/README.md deleted file mode 100644 index d7f8e4e4..00000000 --- a/masonstrap/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Masonstrap (GMU bootstrap theme) - -A project of [GMU SRCT](http://srct.gmu.edu). - -Masonstrap is a custom theme for bootstrap customized with GMU brand colors and elements. -It aims to easily provide any web project with Mason branding. - -## Enabling Masonstrap for Your Project - - -All you need to do is to take _bootstrap.min.css_ and add it to the static files for your project. - -Masonstrap bundles bootstrap 3.0 and normalize.css for you. - - -## Making Changes to Masonstrap - - -If you would like to make changes to values or behaviors in Masonstrap you will need to do some quick setup. - -Ensure node.js is installed: - -On Ubuntu: `$ sudo apt-get install npm` -On OS X, make sure you have [Homebrew](http://brew.sh) then `$ brew install node` -On Windows, download it [here](https://nodejs.org/en/download/). - -and in the root directory of this project (bootswatch/) run: - -`$ npm install` - -You will also need to have Grunt installed globally on your system: - -`$ npm install -g grunt-cli` - -Finally, run: - -`$ grunt watch` - -in order for Grunt to rebuild the bootstrap files. - -After that, you are free to make whatever changes you like to _variables.less_ and _bootswatch.less_ and _bootstrap.min.css_ will be updated accordingly. -- GitLab