Skip to content

Commit ae25ba3

Browse files
committed
Remove old versions of docs
1 parent 20d1f35 commit ae25ba3

File tree

1,090 files changed

+5
-1411401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,090 files changed

+5
-1411401
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ module.exports = function(grunt) {
431431
const versionsMappingFile = 'dist/versions-mapping.json';
432432

433433
exec('git tag --sort -version:refname', function(error, stdout, stderr) {
434-
// Let's remove the oldest 14 versions.
435-
const versions = stdout.split('\n').slice(0, -14);
434+
// Let's remove the oldest 56 versions.
435+
const versions = stdout.split('\n').slice(0, -56);
436436
let jsContent = versions.map(function(version) {
437437
version = version.replace(/^v/, '');
438438
return {

0 commit comments

Comments
 (0)