#Liz Kipp P4
Summary of changes made to enhance optimization:
- Changes to index.html - Inlined the CSS
- Used Grunt and ngrok as well as a github.io address to test on google's page speed insight.
- Reduced pizzaria image by 75% on views/images/pizzeria.jpg
- Added google analytics profile id
- added a print media query
- Adressed Forced Synchronos Layout issues in main.js by placing all of the layout in the javaScript and batching all of the style changes so that they run after the layout.
In order to use [Grunt] (http://gruntjs.com/), you must download and install [ngrok] (https://ngrok.com/) via npm on the command line using
``` npm install ngrok –save-dev
Once you have ngrok installed, you can use a task runner such as [Grunt] (http://gruntjs.com/).
For more information on integrating [ngrok] (https://ngrok.com/) and [Grunt] (http://gruntjs.com/) click on this [link] (http://www.jamescryer.com/2014/06/12/grunt-pagespeed-and-ngrok-locally-testing/).
##Thank you for reviewing!