source map

This commit is contained in:
yuri
2019-02-20 13:04:54 +02:00
parent 196422de87
commit 5b130dd876
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ execute('git diff --name-only ' + versionFrom, function (stdout) {
});
fileList.push('client/espo.min.js');
fileList.push('client/espo.min.js.map');
fs.readdirSync('client/css/espo/').forEach(function (file) {
fileList.push('client/css/espo/' + file);