From: Mark Otto Date: Wed, 19 Aug 2015 05:49:26 +0000 (-0700) Subject: register task X-Git-Tag: v4.0.0-alpha~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de6584eda1d6d516f55576daf965124a3a06b7f;p=thirdparty%2Fbootstrap.git register task --- diff --git a/Gruntfile.js b/Gruntfile.js index b5d0b27b40..b2b66855be 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']);