/assemble-boilerplate

DEPRECATED: Boilerplate for static site builds using Assemble and Grunt

Primary LanguageJavaScript

assemble-boilerplate

deprecated

A simple boilerplate for doing all the standard static site things (lint, build, optimise, test etc) with Assemble (currently pre-0.6.0), Grunt and (ideally) Codeship or another CI service.

Borrows heavily from a Grunt workflow put together by Richard Hallows. Thanks, Rich.

Setup

  • Clone repository

  • Install dependencies:

      npm install
    

Development

  • Start development server:

      grunt
    

Production

  • Start production server:

      grunt prod