Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.03 KB

Grunt starting template

Grunt template, comes with basic styling/UI elements, including Font Awesome and a handy media query mixin.

Prerequisites

Git
Node
NPM

Installing

# clone project into directory of your choice
git clone [email protected]:leetomblin/grunt-template.git

# cd into directory and run:
npm install

Usage

Once installed run grunt - this will start the local server, which can be viewed at http://localhost:1234. Along with the server, livereload will be running and watching for file changes. Livereload is included in the connect config, so no need for browser extensions.

CSS output is compressed via grunt-sass.

To minify JS, run production this will make application.js into app.min.js. This is not done whilst developing as compile times can add up.