From bb385c8b5aaaa7f863d5d8eef1dd7fb24c6caa57 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 26 Jan 2016 12:33:22 -0600 Subject: [PATCH] v4-dist seems like a more obvious branch choice - simply /dist in the urls is pretty confusing. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d716e023..fac2d104 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -482,7 +482,7 @@ module.exports = function (grunt) { dist: { options: { dir: 'dist', - branch: 'dist', + branch: 'v4-dist', message: 'dist from commit %sourceCommit% on branch %sourceBranch%' } }