Skip to content

Commit

Permalink
Use comment style suitable for JS and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetan committed Apr 15, 2018
1 parent 049a1a0 commit b25fdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -138,8 +138,8 @@ module.exports = function(grunt) {
dist: {
options: {
position: 'top',
banner: '// <%= pkg.name %> version <%= pkg.version %> | MIT license\n' +
'// Built <%= grunt.template.today("yyyymmdd HH:mm") %>',
banner: '/* <%= pkg.name %> version <%= pkg.version %> | MIT license */\n' +
'/* Built <%= grunt.template.today("yyyymmdd HH:mm") %> */',
linebreak: true
},
files: {
Expand Down

0 comments on commit b25fdd1

Please sign in to comment.