Use comment style suitable for JS and CSS

This commit is contained in:
Jesse Tan 2018-04-15 16:05:53 +02:00
parent 049a1a01da
commit b25fdd1549

View File

@ -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: {