UNPKG

grunt-yui-contrib

Version:
10 lines (8 loc) 234 B
/* Copyright (c) 2013, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://yuilibrary.com/license/ */ module.exports = function(grunt) { grunt.registerTask('boot', 'Booting YUI with Grunt', ['help']); };