mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 23:16:16 +03:00
rename production to release directory, rebuild assets
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ rmDir = function(dirPath) {
|
||||
|
||||
async.waterfall([
|
||||
function(cb) {
|
||||
rmDir('production');
|
||||
rmDir('release');
|
||||
rmDir('dev');
|
||||
var cmd = 'webpack -p --config webpack.production.config.js'
|
||||
if (!isProduction) {
|
||||
|
||||
Reference in New Issue
Block a user