wip #846 buildcontrol

This commit is contained in:
Kevin Ross 2016-01-26 12:23:20 -06:00
parent f2e0f7cc73
commit 70bfb396a2

View File

@ -466,13 +466,12 @@ module.exports = function (grunt) {
buildcontrol: { buildcontrol: {
options: { options: {
remote: 'git@github.com:FezVrasta/bootstrap-material-design.git',
commit: true, commit: true,
push: true push: true
}, },
pages: { pages: {
options: { options: {
// FIXME: remove this when we are ready!!! // FIXME: remove this when we are ready!!! - it should default to the normal branch of this project
remote: 'git@github.com:rosskevin/bootstrap-material-design.git', remote: 'git@github.com:rosskevin/bootstrap-material-design.git',
dir: '_gh_pages', dir: '_gh_pages',
branch: 'gh-pages', branch: 'gh-pages',