/gulp-example

Example skeleton for development with gulp

Primary LanguageJavaScript

Gulp example

This example is a skeleton for projects which use gulp

The example provides you following functionality:

Installation

Clone the project

git clone https://github.com/FabianSchmick/gulp-example.git

Usage

Configure your npm packages and gulpfile-config to your preferences

While you develop

Use the gulp watch task gulp watch to compile and concat your assets or use gulp watch:bs if you want to refresh your browser automatically on change (open localhost:3000).

In production

Run gulp deploy to minify, prefix and gzip your assets