Skip to content

Latest commit

 

History

History
executable file
·
32 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
32 lines (23 loc) · 1.39 KB

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