0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove update-shrinkwrap from the default Grunt task

Most folks shouldn't care about the shrinkwrap.
It should only be run on-demand, not as a routine/periodic thing.
This commit is contained in:
Chris Rebert 2014-05-13 02:08:25 -07:00
parent 19ac6e59b3
commit 828a5baa00

View File

@ -434,7 +434,7 @@ module.exports = function (grunt) {
grunt.registerTask('dist', ['clean', 'dist-css', 'copy:fonts', 'dist-js', 'dist-docs']);
// Default task.
grunt.registerTask('default', ['test', 'dist', 'build-glyphicons-data', 'build-customizer', 'update-shrinkwrap']);
grunt.registerTask('default', ['test', 'dist', 'build-glyphicons-data', 'build-customizer']);
// Version numbering task.
// grunt change-version-number --oldver=A.B.C --newver=X.Y.Z