FabianSchmick / gulp-example

Example skeleton for development with gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example skeleton for development with gulp


Languages

Language:JavaScript 80.5%Language:PHP 11.1%Language:CSS 8.4%