From 0f98d411d5524e7f14effcb964d2d63ec673a849 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 23 Nov 2016 00:13:35 +0100 Subject: more reproducible build (fixed time stamp, sort files) --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 389e380f7..781929c11 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -270,6 +270,7 @@ function tsconfig(confBase) { conf.files.push(file.relative); cb(); }, function(cb) { + conf.files.sort(); let x = JSON.stringify(conf, null, 2); let f = new File({ path: "tsconfig.json", -- cgit v1.2.3