wip #846 buildcontrol

This commit is contained in:
Kevin Ross 2016-01-26 12:27:49 -06:00
parent 70bfb396a2
commit b6ea1b645f

View File

@ -467,11 +467,12 @@ module.exports = function (grunt) {
buildcontrol: { buildcontrol: {
options: { options: {
commit: true, commit: true,
push: true push: true,
remote: 'git@github.com:FezVrasta/bootstrap-material-design.git'
}, },
pages: { pages: {
options: { options: {
// FIXME: remove this when we are ready!!! - it should default to the normal branch of this project // FIXME: remove this when we are ready!!!
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',