Skip to content

Commit

Permalink
style(build): Fulfill top comments description
Browse files Browse the repository at this point in the history
Added git info and removed @Date

Ref g-33
  • Loading branch information
netil committed Oct 26, 2015
1 parent 10ae365 commit a3c7f15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ module.exports = function(grunt) {
gitinfo: grunt.task.run("gitinfo"),
banner: "/**\n" +
"* <%= pkg.name %>\n" +
"* @version <%= pkg.version %><%= /(?!^master$)(^.*$)/.test(gitinfo.local.branch.current.name) && ' ('+ RegExp.$1 +')' || '' %>\n" +
"* @date <%= grunt.template.today('isoDateTime') %>\n" +
"* @SHA-1 <%= gitinfo.local.branch.current.shortSHA %>\n" +
"* @version <%= pkg.version %>\n" +
"* @SHA-1 <%= gitinfo.local.branch.current.shortSHA %><%= /(?!^master$)(^.*$)/.test(gitinfo.local.branch.current.name) && ' ('+ RegExp.$1 +')' || '' %>\n" +
"*\n" +
"* <%= pkg.author %>; <%= pkg.name %> JavaScript library\n" +
"* http://egjs.navercorp.com/\n" +
Expand Down

0 comments on commit a3c7f15

Please sign in to comment.