gulp-style-prototype
August 12, 2014 ยท View on GitHub
Gulp Tasks for Style Prototypes
Installation
For setting up a new Style Prototype generator, see these instructions.
Usage
'use strict';
var gulp = require('gulp');
require('gulp-style-prototype')(gulp);
Major Tasks
gulp: Builds, runs, and launches a server, including BrowserSyncgulp refresh: Rebuilds the servergulp server: Runs and launches a server, including BrowserSyncgulp dist: Builds a server-ready distribution of your server to.distgulp export: Moves.disttoexportgulp deploy: Deploys.distto a remote Git branchgulp zip: Creates a ZIP archive of relevant core and server files