it will be too difficult to maintain a single dist branch, let's leave this in the main repo but look into ignoring the dist, generally, and allowing it for the build process

This commit is contained in:
Kevin Ross 2016-01-26 12:07:05 -06:00
parent 8e16914988
commit ec8a289935
2 changed files with 1 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,7 +1,4 @@
# dist will be on it's own branch from now on
dist
# Ignore docs dist files
docs/dist/**/*
docs/assets/css/*

View File

@ -482,6 +482,7 @@ module.exports = function (grunt) {
dist: {
options: {
dir: 'dist',
branch: 'v4-dev', // FIXME: this needs to be master branch eventually!
message: 'dist from commit %sourceCommit% on branch %sourceBranch%'
}
}