From b25fdd154925cb191c94ff0a2f970a99a35e15f1 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Sun, 15 Apr 2018 16:05:53 +0200 Subject: [PATCH] Use comment style suitable for JS and CSS --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0d37864a..24c1f09b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {