UNPKG

butterknife

Version:

Spread the awesome blend of Grunt.js, Travis and Sauce

13 lines (8 loc) 179 B
/*jshint node:true*/ module.exports = function(grunt) { "use strict"; grunt.initConfig({ }); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.registerTask('default', []); };