UNPKG

generator-steroids

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