Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

gburning/gb-gulp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Gulp Starter

Based on the gulpfile in Lemonade. I wanted to create a simple starter for me to base my projects on. As I learn Gulp more this package will probably grow but for now it will mostly serve to compile sass and update browsersync.

Instructions (for dummies like me)

  1. Download files into your project folder. See this.
  2. Run npm install to install gulp and all the other dependencies listed in package.json.
  3. Modify gulp as you wish and run it. See below.
  4. Happy camping!

Modifications

Use default server instead of proxy

If you want to use the "built-in" basic server instead of your own (like MAMP), replace

proxy: "localhost/" + site_name

with

server: {
	baseDir: "./"
}

Contact

On the off chance that anyone else uses this and wants to get in touch with me, you can do so here:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published