Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-05-13 13:08:25 +0400
committerChris Rebert <github@rebertia.com>2014-05-13 13:08:25 +0400
commit828a5baa00093b5fd9ddcb83251775d2b4f40092 (patch)
tree50c9f6db756960223eb3a18a30a914c9c1b7d728 /Gruntfile.js
parent19ac6e59b316c3867c0edee03517a8a28f76544f (diff)
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.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 739ab5f6a7..1373e3e1b2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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