/site

Web Development & Design, Technical Writing, Interaction Design, Open Source Maker & Contributor. Helping Create A Better Web.

Primary LanguageHTMLOtherNOASSERTION

Project Overview

  • Templates : Assemble
  • Styles : Sass
  • Task Manager : Gulp
  • Pkg Mgr: NPM & Bower

Installation

$ npm install && bower install

Gulp Tasks

Local Development

$ gulp

Production Build

$ gulp build

Clean Environment

$ gulp clean

Deployment

$ gulp deploy

Environment Control

From any template use the {{#if}} condition to control output for post compile.There's also an object in Node for process.env. You can set the environment via the command line like so…

export NODE_ENV=production
export NODE_ENV=development
{{#if (isEnv "production")}}
{{/if}}