## Version 1.10.0

Changed from Grunt to Gulp

## Version 1.9.0

Changed in @getenv('EFFECTIVE_DOCUMENT_ROOT') (created in the .htaccess) to WEB_ROOT and done in a different way for more solid functionality, thanks to Chad Woskoski.

Cleaned up a lot of styling and got rid of a lot of unnessacary scss code that caused delays.

Fixed some minor issues with the navbar.


## Version 1.8.3

Added in $document variable into js

Fixed grunt watcher to not be stuck in in a loop while still watching all js filles (ignoring the min)

Fixed scrolltop's missing $

## Version 1.8.2

Changed $(document).scroll to $(window).scroll for ie8 support

Added in &{} into _home.scss and _sub.scss for slight clarification

Fixed some typos

## Version 1.8.1

Updated Bootstrap to 3.3.5 from 3.3.4

Minor update to the JS file turning $(window) into var $window


## Version 1.8.0 

Removed a bunch of unnecessary $_SESSION variables

Added blank target to footer link to DA

Changed the menu include to be more uniformed like the rest of the php includes

Created variables for the media queries making it easier and less likely to have variance

Updated bootstrap to 3.3.4 from 3.3.2

Updated package.json grunt versions

Updated jQuery CDN to 1.11.3


## Version 1.7.1 

Minor tweaking of classes to make the pages more uniformed

Added some JS code to "sticky" the footer using a min-height on the main


## 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