mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 00:00:41 +03:00
wip #846 buildcontrol
This commit is contained in:
parent
70bfb396a2
commit
b6ea1b645f
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user