Skip to content

Bamblehorse/Simple-Gulp-Workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Gulp-Workflow

A simple Gulp workflow template using Browsersync for quick design prototyping and gulp-sass for bulk changes to css.

Important to note

This repo uses Gulp 4 and if you have gulp 3.9.x installed you may get the following error:

TypeError: Cannot read property 'apply' of undefined
    at /usr/local/lib/node_modules/gulp/bin/gulp.js

At this point you need to update the gulp-cli as follows:

npm i -g gulp-cli

More info here

Getting Started

Below you will find instructions for setting the project up on your local machine.

Prerequisities

You will need the following tools to run the project:

Installing

Navigate to a folder on your machine where you are happy to place the project folder.

Open up your command-line interface and type:

git clone https://github.com/JonathanDWood/Simple-Gulp-Workflow/

Now change directories into the project directory:

cd Simple-Gulp-Workflow

Install the project dependencies with Npm:

npm install

Run the Gulp default task:

gulp

If the project hasn't automatically opened in your browser, click here.

Built With

Author

License

See the license file for details

About

🏭 A gulp workflow template using ES2015, browsersync, babel, plumber, pug, sass, uglify and others

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published