wrl-1114

Live Preview here: http://wrl.uat.liquidvisual.net

To Run

git clone git@github.com:liquidvisual/jekyllrb-foundation-test.git
bundler install
npm install
bower install
grunt serve

This repo is the result of running the Jekyllrb Yeoman generator with basic settings.

IE11

This codebase is compatible with IE11 through grunt-babel, and the .babelrc file. If issues arise, double check the file reads like this:

{
	sourceType: 'script',
	  presets: [
	    ['env', {
	    	"targets": {
	        	"ie": "11"
	      	},
	    	modules: false
	    }],
	  ]
}