Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.04 KB

readme.md

File metadata and controls

40 lines (30 loc) · 1.04 KB

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