aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
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",