aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-18 22:49:26 -0700
committerMark Otto <[email protected]>2015-08-18 22:49:26 -0700
commit0de6584eda1d6d516f55576daf965124a3a06b7f (patch)
treeac0fb20ffc3c25d604ff7054da8cf903f75c5aa5
parentcf8bb8882ed468529f12c616bdf874b9d8f80c8f (diff)
downloadbootstrap-0de6584eda1d6d516f55576daf965124a3a06b7f.tar.xz
bootstrap-0de6584eda1d6d516f55576daf965124a3a06b7f.zip
register task
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b5d0b27b4..b2b66855b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -517,6 +517,9 @@ module.exports = function (grunt) {
grunt.registerTask('prep-release', ['dist', 'docs', 'jekyll:github', 'htmlmin', 'compress']);
+ // Publish to GitHub
+ grunt.registerTask('publish', ['buildcontrol:pages']);
+
// Task for updating the cached npm packages used by the Travis build (which are controlled by test-infra/npm-shrinkwrap.json).
// This task should be run and the updated file should be committed whenever Bootstrap's dependencies change.
grunt.registerTask('update-shrinkwrap', ['exec:npmUpdate', '_update-shrinkwrap']);