mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove timestamp on generated Glyhpicons
This commit is contained in:
parent
7ccb0333e4
commit
ec13eb8d38
2 changed files with 4 additions and 6 deletions
|
@ -316,9 +316,8 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
// Use any line that starts with ".glyphicon-" and capture the class name
|
// Use any line that starts with ".glyphicon-" and capture the class name
|
||||||
var iconClassName = /^\.(glyphicon-[^\s]+)/
|
var iconClassName = /^\.(glyphicon-[^\s]+)/
|
||||||
var glyphiconsData = '# Generated on ' + (new Date()) + '\n' +
|
var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.** \n' +
|
||||||
'# **Don\'t edit this directly!**\n' +
|
'# See the \'build-glyphicons-data\' task in Gruntfile.js.\n\n';
|
||||||
'# Look at the \'build-glyphicons-data\' task in Gruntfile.js\n\n';
|
|
||||||
for (var i = 0, len = glpyhiconsLines.length; i < len; i++) {
|
for (var i = 0, len = glpyhiconsLines.length; i < len; i++) {
|
||||||
var match = glpyhiconsLines[i].match(iconClassName)
|
var match = glpyhiconsLines[i].match(iconClassName)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Generated on Sun Dec 22 2013 21:00:46 GMT-0800 (PST)
|
# This file is generated via Grunt task. **Do not edit directly.**
|
||||||
# **Don't edit this directly!**
|
# See the 'build-glyphicons-data' task in Gruntfile.js.
|
||||||
# Look at the 'build-glyphicons-data' task in Gruntfile.js
|
|
||||||
|
|
||||||
- glyphicon-asterisk
|
- glyphicon-asterisk
|
||||||
- glyphicon-plus
|
- glyphicon-plus
|
||||||
|
|
Loading…
Reference in a new issue