Gulp Tasks for Style Prototypes
For setting up a new Style Prototype generator, see these instructions.
'use strict';
var gulp = require('gulp');
require('gulp-style-prototype')(gulp);
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.dist
gulp export
: Moves.dist
toexport
gulp deploy
: Deploys.dist
to a remote Git branchgulp zip
: Creates a ZIP archive of relevant core and server files