Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore: add the current version of the docs
Browse files Browse the repository at this point in the history
Closes #4759
  • Loading branch information
Foxandxss authored and wesleycho committed Oct 28, 2015
1 parent a1e0686 commit 623e564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,10 @@ module.exports = function(grunt) {
url: '/bootstrap/versioned-docs/' + version
};
});
jsContent[0] = {
jsContent.unshift({
version: 'Current',
url: '/bootstrap'
};
});
grunt.file.write(versionsMappingFile, JSON.stringify(jsContent));
grunt.log.writeln('File ' + versionsMappingFile.cyan + ' created.');
done();
Expand Down

0 comments on commit 623e564

Please sign in to comment.