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: { dist: {
options: { options: {
position: 'top', position: 'top',
banner: '// <%= pkg.name %> version <%= pkg.version %> | MIT license\n' + banner: '/* <%= pkg.name %> version <%= pkg.version %> | MIT license */\n' +
'// Built <%= grunt.template.today("yyyymmdd HH:mm") %>', '/* Built <%= grunt.template.today("yyyymmdd HH:mm") %> */',
linebreak: true linebreak: true
}, },
files: { files: {