Skip to content

Instantly share code, notes, and snippets.

@wenbing
Created May 28, 2013 10:03
Show Gist options
  • Save wenbing/5661741 to your computer and use it in GitHub Desktop.
Save wenbing/5661741 to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
// ...
});
grunt.loadNpmTasks('grunt-contrib-uglify');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment