GitXplorerGitXplorer
e

email-signature

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0a89b5b2821818dee679e3270b51c7a35545a25e

shrink logo size

eeliwilliamson committed 8 years ago
Unverified
147f1570269f9957b754fc4a2a7cba60fb63d16c

update gulp file for netlify

eeliwilliamson committed 8 years ago
Unverified
d618014b0a9e53e4c516a4563ac2350d008a6ef4

update for netlify

eeliwilliamson committed 8 years ago
Unverified
6643860db0a8fcea965e1b607e2a7ec1a8ad1e5a

update routes for gh-pages on ‘deploy’ function

eeliwilliamson committed 9 years ago
Unverified
40302cbbac031981f4fde6a11cc381133285d42d

minor style adjustments

eeliwilliamson committed 9 years ago
Unverified
30fa77bf9b1995773ca5b92c0553069ac1f33d09

First pass at setting up the email signature generator.

eeliwilliamson committed 10 years ago

README

The README file for this repository.

email-signature

A Playbook project.

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

Deploy the production version of your source to GitHub Pages.