Skip to content

Project starter template for using Gulp. It's got a rough outline and can be used with either JavaScript or CoffeeScript.

Notifications You must be signed in to change notification settings

Sawtaytoes/ProjectStarter-Gulp

Repository files navigation

This is a project starter template when using Gulp. It's got a rough outline and can be used with either JavaScript or CoffeeScript.

This comes with some basics already setup for you such as:

  • CSS (Sass compile and minification)
  • Fonts (Copy)
  • Images (Minification)
  • JavaScript (Babel transforms and minification)
  • JSON (Copy)
  • Laravel-Blade (Copy)
  • PHP (Copy)

You can add your own by putting a new file in gulp/tasks, copying one of the existing examples, and modifying it to work in your use case.

Prerequisites

  • Git (1.8 or higher)
  • NodeJS (4.2.1 or higher)

Setup

Git

If you have SSH keys, use this one:

git clone [email protected]:Saturn2888/projectstarter-gulp.git

Otherwise, use this one and change YOUR_USERNAME to your BitBucket username:

git clone https://[YOUR_USERRNAME]@bitbucket.org/Saturn2888/projectstarter-gulp.git

npm

npm install -g npm
npm install -g gulp-cli bower
npm install
bower install

About

Project starter template for using Gulp. It's got a rough outline and can be used with either JavaScript or CoffeeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages