grayghostvisuals / site

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

Home Page:http://grayghostvisuals.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}}

About

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

http://grayghostvisuals.com

License:Other


Languages

Language:HTML 63.5%Language:CSS 20.8%Language:JavaScript 15.7%Language:PHP 0.0%