UNPKG

grunt-contrib-internal

Version:

Internal tasks for managing the grunt-contrib projects

14 lines (11 loc) 282 B
/* * grunt-contrib-internal * https://gruntjs.com/ * * Copyright (c) 2016 Tyler Kellen, contributors * Licensed under the MIT license. */ 'use strict'; module.exports = function(grunt) { grunt.registerTask('build-contrib', ['contrib-ci', 'contrib-core']); };