Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 711 Bytes

gulp-front-end-builds Build Status

Gulp plugin to deploy a JS application to a [https://github.com/tedconf/front_end_builds](Front End Builds)-enabled server

Install

$ npm install --save-dev gulp-front-end-builds

Usage

const gulp = require('gulp');
const frontEnd = require('gulp-front-end-builds');


gulp.task('deploy', () => {
	gulp.src('dist/index.html')
		.pipe(frontEnd({endpoint: "http://www.example.com", app: "application"}))
);

API

frontEndBuilds([options])

options

foo

Type: boolean
Default: false

Lorem ipsum.