Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #155 from bluetech/license-banner
Browse files Browse the repository at this point in the history
Make it easier to preserve license after minification
  • Loading branch information
mtrias authored Jul 20, 2016
2 parents 196225f + 7c6cb71 commit 9c4e5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = function (grunt) {
pkg: grunt.file.readJSON('package.json'),
meta: {
banner: '/**\n' +
' * <%= pkg.name %> build:<%= grunt.template.today("yyyy-mm-dd") %> \n' +
' * <%= pkg.homepage %> \n' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> VividCortex \n' +
' * @license <%= pkg.name %> build:<%= grunt.template.today("yyyy-mm-dd") %>\n' +
' * <%= pkg.homepage %>\n' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> VividCortex\n' +
'**/\n\n'
},
concat: {
Expand Down

0 comments on commit 9c4e5fd

Please sign in to comment.