gulp-surge
0.1.4 • Public • Published Gulp Surge
The Gulp plugin for Surge.
Getting started
Publish a static site or client-side application to Surge. First, install the plugin using npm:
npm install --save-dev gulp-surge
Then, require it in your Gulpfile and add it as a task:
var surge = require('gulp-surge')
gulp.task('deploy', [], function () {
return surge({
project: './build',
domain: 'example.surge.sh'
})
})
License
The MIT License (MIT)
Copyright © 2015 Chloi
Package Sidebar
Install
Weekly Downloads