Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.11 KB

Extreme Lawn Service Website 2016

A Playbook project.

Prerequisites

Project Setup

This project utilizes Playbook, reference Playbook's setup guide.

  1. Clone this repository
  2. npm install
  3. bower install
  4. bundle install

Usage

Gulp Tasks

gulp serve

Serve your source locally into your browser. BrowserSync automatically loads any changes to HTML, CSS and JavaScript that you make.

gulp build

Build the concatenated, minified production version of your source into the dist directory.

gulp deploy (runs clean, build and gh-pages)

Deploy the production version of your source to GitHub Pages.

There is an issue here currently where it doesn't copy over the styles and scripts directory. Just make sure those exist in /dist and then run gulp gh-pages