## Version 1.7.0

Renamed primary_page_class to body_class to allow for more classes to be able to be added to the body without interference

Added in menu_class so the menu states could still be properly targeted

Updated all the grunt files to the latest.

## Version 1.6.3

Removed bootstrap out of style as it was causing responsive issue with IE8

Tweaked the main.js resize event to have better performance, especially on IE8, thanks to Daniel Flynn

Organized the Sass/homepage/subpage with a lot more partials to further assist with organization


## Version 1.6.2

Updated bootstrap to 3.3.2 from 3.3.1

Updated jQuery CDN to 1.11.2

Added bootstrap into the min.js

Minor cleanup of Sass


## Version 1.6.1

Fixed infinite loop issue with grunt watch.

Version number correction on package.json


## Version 1.6.0

Added in ability to easily turn off subpage titles.

Added in examples of @includes as well as @mixins and variables in the sass.

Minor HTML tweaks.

Removed unnecessary styles in the header due to the @includes.


## Version 1.5.1

Updated bootstrap to 3.3.1 from 3.3.


## Version 1.5.0

Added in more jquery items by default including some code that "syncs" the window width/height between jQuery and css, thanks to Daniel Flynn.

Updated all the grunt files to the latest.

Fixed issue with the uglify with js and remapped js in the head.


## Version 1.4.1

Updated bootstrap to 3.3 from 3.2.

## Version 1.4.0

Added in @getenv('EFFECTIVE_DOCUMENT_ROOT') (created in the htaccess) to grab the document root for php includes, thanks to Chad Woskoski.


## Version 1.3.0:

Updated the baseURL to be even more smarter without an if statement, thanks to Chad Woskoski.


## Version 1.2.0:

Gruntified with Scss


## Version 1.1.1:

Upgraded bootstrap to 3.2 from 3.1.1


## Version 1.1.0: 

Added in the default timezone, thanks to Daniel Flynn.

Added in more backwards compatibility to older IE browsers.

Changed URL variable to baseURL also added ability for baseUrl to know where it is.


## Version 1.0.0:

Creation of the template




=-=-=-=-=-GRUNT-=-=-=-=-=


When you pull this file it should have a gruntfile.js as well as a grunt folder and a package.json

1. Open the package.json and change the name and description
2. Open a CMD to the file (easiest way on windows is to shift right-click the folder and "Open command window here")
3. Type "npm install" to install the models needed
4. Type "grunt watch" to start the watcher