RenanJPaula / gulp-simple-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-simple-example

Simple but fully functional example of Gulp to perform front-end builds.

Getting Started

First install gulp and project dependencies with commands:

$ npm install -g gulp
$ npm install

After perform the created tasks in gulpfile:

To execute all tasks:

$ gulp

To execute a single task as 'html', 'js', 'css' or 'watch' tasks:

$ gulp {task name}

The Builds go to the 'dist' folder.

Enjoy!

About


Languages

Language:JavaScript 69.6%Language:HTML 26.7%Language:CSS 3.8%