UNPKG

generator-steroids

Version:
15 lines (11 loc) 248 B
/* Default Gruntfile for AppGyver Steroids http://www.appgyver.com Licensed under the MIT license. */ module.exports = function(grunt) { grunt.loadNpmTasks("grunt-steroids"); grunt.registerTask("default", [ "steroids-make-fresh" ]); }