updated minor deps, and all of grunt
This commit is contained in:
@ -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',
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user