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