Skip to content

Instantly share code, notes, and snippets.

@mateusortiz
Created May 19, 2013 18:45
Show Gist options
  • Save mateusortiz/5608560 to your computer and use it in GitHub Desktop.
Save mateusortiz/5608560 to your computer and use it in GitHub Desktop.
Gruntfile.js
module.exports = function(grunt){
grunt.InitConfig({
min:{
dist:{
src: 'add.js',
dest: 'add.min.js'
}
}
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment