0.1.4 • Published 4 years ago

gulp-surge v0.1.4

Weekly downloads
192
License
MIT
Repository
github
Last release
4 years ago

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

0.1.4

4 years ago

0.1.3

5 years ago

0.1.0

9 years ago