Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

DEPRECATED: Boilerplate for static site builds using Assemble and Grunt

Notifications You must be signed in to change notification settings

anglepoised/assemble-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

DEPRECATED: Boilerplate for static site builds using Assemble and Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published