diff options
| author | Mark Otto <[email protected]> | 2013-12-22 21:05:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-22 21:05:08 -0800 |
| commit | ec13eb8d38c4b34b19d763638688f85553b2daf4 (patch) | |
| tree | 20a8962720b1ed6360265089e1f7a739c30e552f | |
| parent | 7ccb0333e488a74b7ffc40f9ed6fda379e50af37 (diff) | |
| download | bootstrap-ec13eb8d38c4b34b19d763638688f85553b2daf4.tar.xz bootstrap-ec13eb8d38c4b34b19d763638688f85553b2daf4.zip | |
Remove timestamp on generated Glyhpicons
| -rw-r--r-- | Gruntfile.js | 5 | ||||
| -rw-r--r-- | _data/glyphicons.yml | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 04ff10a10..21b68fc55 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -316,9 +316,8 @@ module.exports = function (grunt) { // Use any line that starts with ".glyphicon-" and capture the class name var iconClassName = /^\.(glyphicon-[^\s]+)/ - var glyphiconsData = '# Generated on ' + (new Date()) + '\n' + - '# **Don\'t edit this directly!**\n' + - '# Look at the \'build-glyphicons-data\' task in Gruntfile.js\n\n'; + var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.** \n' + + '# See the \'build-glyphicons-data\' task in Gruntfile.js.\n\n'; for (var i = 0, len = glpyhiconsLines.length; i < len; i++) { var match = glpyhiconsLines[i].match(iconClassName) diff --git a/_data/glyphicons.yml b/_data/glyphicons.yml index ea6463fcb..80b4c9b08 100644 --- a/_data/glyphicons.yml +++ b/_data/glyphicons.yml @@ -1,6 +1,5 @@ -# Generated on Sun Dec 22 2013 21:00:46 GMT-0800 (PST) -# **Don't edit this directly!** -# Look at the 'build-glyphicons-data' task in Gruntfile.js +# This file is generated via Grunt task. **Do not edit directly.** +# See the 'build-glyphicons-data' task in Gruntfile.js. - glyphicon-asterisk - glyphicon-plus |
