更新 'scripts/build.js'
This commit is contained in:
@@ -5,6 +5,9 @@ import fs from 'fs';
|
||||
schemaBuilder.buildDev();
|
||||
|
||||
minifyJSON('dist/translations/zh-CN.json', 'dist/translations/zh-CN..min.json');
|
||||
|
||||
|
||||
fs.copyFile('dist/','../iD/dist/x/');
|
||||
|
||||
function minifyJSON(inPath, outPath) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user