change diff

This commit is contained in:
yuri
2015-08-05 14:06:33 +03:00
parent 563179bec7
commit 85d8dfe885

View File

@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
************************************************************************/
var versionFrom = process.argv[2];
if (process.argv.length < 3) {
@@ -69,7 +69,9 @@ execute('git diff --name-only ' + versionFrom, function (stdout) {
fileList.push('client/espo.min.js');
fileList.push('client/css/espo.min.css');
fileList.push('client/css/espo.css');
fileList.push('client/css/espo-vertical.css');
fileList.push('client/css/sacura.css');
fileList.push('client/css/bootstrap.css');
fs.writeFileSync(diffFilePath, fileList.join('\n'));