updated minor deps, and all of grunt

This commit is contained in:
spalger
2016-05-19 20:04:40 -07:00
parent 7286019054
commit b225875cfc
2 changed files with 22 additions and 19 deletions

View File

@ -19,7 +19,10 @@ module.exports = function (grunt) {
'clean:dist',
'webpack:browser_clients',
'uglify:dist',
'concat:dist_banners'
'concat:dist_banners',
'copy:dist_to_named_dir',
'compress:release_zip',
'compress:release_tarball',
]);
});