Skip to content

A minimalistic web development sample that tries to show how to use gulp

Notifications You must be signed in to change notification settings

bosbaber/gulpsample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic gulp sample

Minimalistic example of how to use gulp as a web application builder.

Getting started

Requirements

This sample requires the package manager for javascript to be installed. This tool is called 'npm'. In theory it should install with node. Google a bit to find out how to install npm for your specific environment.

You will also need git to check out this source code.

Check out sources

Check out this repository using git clone

git clone https://github.com/bosbaber/gulpsample

Install dependencies using npm

npm install

Run gulp

gulp

If gulp ran successfully then you should find a "dist" folder in your working directory containing uglified javascipt. Also note that the html file has the bundle.js reference injected.

About

A minimalistic web development sample that tries to show how to use gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published