mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
change diff
This commit is contained in:
6
diff.js
6
diff.js
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user