Files
elasticsearch-js/grunt/browser_clients_publish.js

10 lines
195 B
JavaScript

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