alphabet / electronics-scaffolding

Front end project scaffolding (A grunt-init template)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-electronics-scaffolding

Creates front end project scaffolding for the electronics team.
	Includes the following libraries: jQuery, Backbone, Underscore, Qunit.
	Includes the following automated tasks concat, uglify, imagemin, sass, qunit, jshint, watch

Installation

If you haven't already done so, install grunt-init. Next, use the command below to clone this repository to your dev box.

git clone git@github.com:cr-nunez/electronics-scaffolding.git ~/.grunt-init/electronics-scaffolding

(Windows users, see the documentation for the correct destination directory path)

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

The image minification plugin requires requires a brew install on mac.
Before running the grunt-init command run the following command:
	brew install libpng
	grunt-init project-scaffolding

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

About

Front end project scaffolding (A grunt-init template)


Languages

Language:JavaScript 100.0%