/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/grunt-booty@0.2.1/Gruntfile.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";module.exports=function(t){t.initConfig({jshint:{all:["Gruntfile.js","tasks/*.js","<%= nodeunit.tests %>"],options:{jshintrc:".jshintrc"}},clean:{tests:["test/fixtures/vanilla/styles/**/*"]},booty:{vanilla:{options:{componentPath:"test/app/components",dest:"test/fixtures/vanilla/styles"}}},nodeunit:{tests:["test/*-test.js"]}}),t.loadTasks("tasks"),t.loadNpmTasks("grunt-contrib-jshint"),t.loadNpmTasks("grunt-contrib-clean"),t.loadNpmTasks("grunt-contrib-nodeunit"),t.registerTask("test",["clean:tests","booty","nodeunit"]),t.registerTask("default",["jshint","test"])};
//# sourceMappingURL=/sm/7ead47f86da6e2367d7e6d01067c7b2e99b531f3a8bb4112224b2de94d375561.map