johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

gulp-patterns

You've built your JavaScript application but how do you automate testing, code analysis, running it locally or deploying it? These redundant tasks can consume valuable time and resources. Stop working so hard and take advantage of JavaScript task automation using Gulp to streamline these tasks and give you back more time in the day. Studying this repo can help clarify how Gulp works, jump-start task automation with Gulp, find and resolve issues faster, and be a more productive.

Build Status

Codeship Status for johnpapa/gulp-patterns

Requirements

Quick Start

Clone this repo and run the content locally

$ npm install
$ bower install
$ tsd install -r -o --save
$ gulp serve-dev

Tasks

Task Listing

Code Analysis

Testing

Cleaning Up

Fonts and Images

Styles

Bower Files

Angular HTML Templates

Serving Development Code

Building Production Code

Serving Production Code