Skip to content

Instantly share code, notes, and snippets.

@ifahrentholz
Last active August 29, 2015 14:15
Show Gist options
  • Save ifahrentholz/7b8eabf12c06a05a664e to your computer and use it in GitHub Desktop.
Save ifahrentholz/7b8eabf12c06a05a664e to your computer and use it in GitHub Desktop.
Preserve License Comments
uglify: {
options: {
mangle: {
except: ['jQuery']
},
preserveComments: 'some',
banner: '<%= banner %>',
report: 'min'
},
my_targets: {
files: {
'<%= globalConfig.jsDest %>/base.min.js': ['<%= globalConfig.jsDest %>/base.js']
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment