Skip to content

Instantly share code, notes, and snippets.

@ymek
Created August 8, 2013 02:21
Show Gist options
  • Select an option

  • Save ymek/6180900 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/6180900 to your computer and use it in GitHub Desktop.
uglify: {
options: {
mangle: false,
banner: '<%= banner %>'
},
/*
* Example alternative to usemin automagicalness
*
dist: {
files: {
'<%= dist_dir %>/public/js/<%= pkg.name %>.min.js': [
'public/components/jquery/jquery.js',
'public/components/angular-latest/build/angular.js',
'public/components/angular-strap/dist/angular-strap.js',
'public/components/twitter/dist/js/bootstrap.js',
'<%= ngmin.dist.src %>'
]
}
}
*/
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment