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 <code@chrisrebert.com>2015-12-17 07:57:23 +0300
committerChris Rebert <code@chrisrebert.com>2015-12-17 08:22:27 +0300
commitba926a10f31ee74d5c07682f82941a1aadea9f00 (patch)
tree99c09404b51137509a3a54a675d87ddcefde493a /Gruntfile.js
parentad716b9ea9506456f28e2c1bcdd7b4a81b44c11c (diff)
Port #18402 to v3: s/grunt-sed/npm script/g
Fixes #18338 [skip sauce] [skip validator]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c01f8a8ea9..927c1d4013 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -372,25 +372,6 @@ module.exports = function (grunt) {
}
},
- sed: {
- versionNumber: {
- pattern: (function () {
- var old = grunt.option('oldver');
- return old ? RegExp.quote(old) : old;
- })(),
- replacement: grunt.option('newver'),
- exclude: [
- 'dist/fonts',
- 'docs/assets',
- 'fonts',
- 'js/tests/vendor',
- 'node_modules',
- 'test-infra'
- ],
- recursive: true
- }
- },
-
'saucelabs-qunit': {
all: {
options: {
@@ -485,11 +466,6 @@ module.exports = function (grunt) {
// Default task.
grunt.registerTask('default', ['clean:dist', 'copy:fonts', 'test']);
- // Version numbering task.
- // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z
- // This can be overzealous, so its changes should always be manually reviewed!
- grunt.registerTask('change-version-number', 'sed');
-
grunt.registerTask('build-glyphicons-data', function () { generateGlyphiconsData.call(this, grunt); });
// task for building customizer