Files
elasticsearch-js/grunt/browser_clients_release.js

10 lines
196 B
JavaScript

module.exports = function (grunt) {
grunt.registerTask('browser_clients_release', [
'build_browser_clients',
'compress:dist_zip',
'compress:dist_tarball',
's3:release'
]);
};