From b6ea1b645fc49f9f951a1199cda13e24a523aded Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 26 Jan 2016 12:27:49 -0600 Subject: [PATCH] wip #846 buildcontrol --- Gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 520c43b6..d716e023 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -467,11 +467,12 @@ module.exports = function (grunt) { buildcontrol: { options: { commit: true, - push: true + push: true, + remote: 'git@github.com:FezVrasta/bootstrap-material-design.git' }, pages: { 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', dir: '_gh_pages', branch: 'gh-pages',