mirror of https://github.com/twbs/bootstrap.git
grunt build control for pushing it all
This commit is contained in:
parent
f9cbfa016d
commit
cf8bb8882e
15
Gruntfile.js
15
Gruntfile.js
|
@ -412,6 +412,21 @@ module.exports = function (grunt) {
|
||||||
}).join(' && ');
|
}).join(' && ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
buildcontrol: {
|
||||||
|
options: {
|
||||||
|
dir: '_gh_pages',
|
||||||
|
commit: true,
|
||||||
|
push: true,
|
||||||
|
message: 'Built %sourceName% from commit %sourceCommit% on branch %sourceBranch%'
|
||||||
|
},
|
||||||
|
pages: {
|
||||||
|
options: {
|
||||||
|
remote: 'git@github.com:twbs/derpstrap.git',
|
||||||
|
branch: 'gh-pages'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"grunt-autoprefixer": "~2.2.0",
|
"grunt-autoprefixer": "~2.2.0",
|
||||||
"grunt-babel": "^5.0.0",
|
"grunt-babel": "^5.0.0",
|
||||||
"grunt-banner": "~0.3.1",
|
"grunt-banner": "~0.3.1",
|
||||||
|
"grunt-build-control": "~0.2.0",
|
||||||
"grunt-contrib-clean": "~0.6.0",
|
"grunt-contrib-clean": "~0.6.0",
|
||||||
"grunt-contrib-compress": "~0.13.0",
|
"grunt-contrib-compress": "~0.13.0",
|
||||||
"grunt-contrib-concat": "~0.5.1",
|
"grunt-contrib-concat": "~0.5.1",
|
||||||
|
|
Loading…
Reference in New Issue