Commit cf8bb888 authored by Mark Otto's avatar Mark Otto

grunt build control for pushing it all

parent f9cbfa01
...@@ -412,6 +412,21 @@ module.exports = function (grunt) { ...@@ -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'
}
}
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment