Skip to content

Instantly share code, notes, and snippets.

@mtt87
Created May 17, 2016 22:29
Show Gist options
  • Save mtt87/31d3e696984f4e9308e19f9f5bf1e0d3 to your computer and use it in GitHub Desktop.
Save mtt87/31d3e696984f4e9308e19f9f5bf1e0d3 to your computer and use it in GitHub Desktop.
gulp.task('publish', function() {
return gulp.src('dist/**/*.*')
.pipe(revAll.revision())
.pipe($.awspublish.gzip())
.pipe(publisher.publish(headers))
.pipe(publisher.cache())
.pipe($.awspublish.reporter())
.pipe($.cloudfront(awsConfig));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment