npm.io
0.1.4 • Published 6 years ago

gulp-surge

Licence
MIT
Version
0.1.4
Deps
1
Size
4 kB
Vulns
0
Weekly
0
Stars
76

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',         // Path to your static build directory
    domain: 'example.surge.sh'  // Your domain or Surge subdomain
  })
})

License

The MIT License (MIT)

Copyright 2015 Chloi