Stamplay/stamplay-js-sdk

View on GitHub
grunt-task/deploy.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function (grunt) {
    grunt.registerTask('deploy', 'Deploy Stamplay SDK', [
        'aws_s3:deploy-js',
        'aws_s3:deploy-gzip'
    ]);
}