New config: For content of the file headers (banners) in dist files
Closed this issue · 4 comments
mischah commented
Example:
banner: '/*! <%= pkg.title %> - v<%= pkg.version %>\n' +
' * m.kuehnel@micromata.de\n' +
' * Copyright ©<%= grunt.template.today("yyyy") %> Michael Kühnel\n' +
' * <%= grunt.template.today("yyyy-mm-dd") %>\n' +
' */',
Some People don’t want to have this in their production files.
mischah commented
Thinking about adding the banner comment within the existing config block at the top of the Grunt file:
config: {
dist: 'dist',
reports: 'reports',
docs: 'docs',
server: 'server'
}
Paquan commented
Solved it, i guess ;)
mischah commented
👍
mischah commented
Solved it, i guess ;)
Jup. Thanks.