diff options
| author | XhmikosR <[email protected]> | 2015-04-23 20:17:19 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-04-23 20:17:19 +0300 |
| commit | 6ba595f3fffee275922c377a7cc1bc46fc5e58c1 (patch) | |
| tree | 987f50431ac4399dcfd9755169a7a0aa66308b65 | |
| parent | a2680e8b6ba628312780b00d8d74d28d28b89a84 (diff) | |
| parent | f3386079f34334c20bb09eaf17cd8a66d17cfbf7 (diff) | |
| download | bootstrap-6ba595f3fffee275922c377a7cc1bc46fc5e58c1.tar.xz bootstrap-6ba595f3fffee275922c377a7cc1bc46fc5e58c1.zip | |
Merge pull request #16339 from twbs/release
Grunt: extend `prep-release` task.
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 28cd22481..1bffd7c34 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -515,7 +515,7 @@ module.exports = function (grunt) { grunt.registerTask('lint-docs-js', ['jshint:assets', 'jscs:assets']); grunt.registerTask('docs', ['docs-css', 'lint-docs-css', 'docs-js', 'lint-docs-js', 'clean:docs', 'copy:docs', 'build-glyphicons-data', 'build-customizer']); - grunt.registerTask('prep-release', ['jekyll:github', 'htmlmin', 'compress']); + grunt.registerTask('prep-release', ['dist', 'docs', 'jekyll:github', 'htmlmin', 'compress']); // 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. |
