Skip to content

Instantly share code, notes, and snippets.

View ecoad's full-sized avatar

Elliot Coad ecoad

View GitHub Profile

Using Yeoman and Jade

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Run: yo webapp
  • Install grunt-contrib-jade: npm install grunt-contrib-jade --save-dev

Customization

Using Yeoman and Jade

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Run: yo webapp
  • Install grunt-contrib-jade: npm install grunt-contrib-jade --save-dev

Customization

@ecoad
ecoad / default.vcl
Last active December 10, 2015 13:48
Bread vcl with banning and purging
backend tcutshortlist {
.host = "tcut-shortlist.coad.me";
.port = "8080";
}
backend tcutstylist {
.host = "tcut-stylist.coad.me";
.port = "8080";
}