UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

12 lines 275 B
// https://github.com/jedrichards/grunt-rsync module.exports = { dist: { options: { args: ["--verbose"], src: "./dist/docs/", recursive: true, dest: "/home/deployer/sites/foundation-docs/current", host: "deployer@72.32.134.77" } } };