Skip to content

Commit

Permalink
Remove timestamp on generated Glyhpicons
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 23, 2013
1 parent 7ccb033 commit ec13eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 2 additions & 3 deletions _data/glyphicons.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ec13eb8

Please sign in to comment.