v4-dist seems like a more obvious branch choice - simply /dist in the urls is pretty confusing.

This commit is contained in:
Kevin Ross 2016-01-26 12:33:22 -06:00
parent f674497a49
commit bb385c8b5a

View File

@ -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%'
}
}