diff options
| author | Mark Otto <[email protected]> | 2015-08-18 22:47:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-18 22:47:26 -0700 |
| commit | cf8bb8882ed468529f12c616bdf874b9d8f80c8f (patch) | |
| tree | d3ae835cc0b215b577223137a5d523b6a35199cc /Gruntfile.js | |
| parent | f9cbfa016d9ce98f8f91a628c8e8d561ce4b3c1b (diff) | |
| download | bootstrap-cf8bb8882ed468529f12c616bdf874b9d8f80c8f.tar.xz bootstrap-cf8bb8882ed468529f12c616bdf874b9d8f80c8f.zip | |
grunt build control for pushing it all
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 095b7ed3e..b5d0b27b4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -412,6 +412,21 @@ module.exports = function (grunt) { }).join(' && '); } } + }, + + buildcontrol: { + options: { + dir: '_gh_pages', + commit: true, + push: true, + message: 'Built %sourceName% from commit %sourceCommit% on branch %sourceBranch%' + }, + pages: { + options: { + remote: '[email protected]:twbs/derpstrap.git', + branch: 'gh-pages' + } + } } }); |
