leeh / gulp-front-end-builds

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%