Skip to content

Commit e7c8dd4

Browse files
author
Akshay
committed
Removed version number from minified files.
1 parent 9a82ea1 commit e7c8dd4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020
banner: config.banner
2121
},
2222
files: {
23-
'<%= config.dist %>/github-<%= project.version %>.min.css': [
23+
'<%= config.dist %>/github.min.css': [
2424
'<%= config.src %>/github.css'
2525
]
2626
}
@@ -32,7 +32,7 @@ module.exports = function(grunt) {
3232
},
3333
dist: {
3434
files: {
35-
'<%= config.dist %>/github-<%= project.version %>.min.js': [
35+
'<%= config.dist %>/github.min.js': [
3636
'<%= config.src %>/github.js'
3737
],
3838
'<%= config.dist %>/underscore/underscore.min.js': [

0 commit comments

Comments
 (0)