/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/grunt-open@0.2.4/Gruntfile.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";var path=require("path");module.exports=function(e){e.initConfig({jshint:{options:{jshintrc:".jshintrc"},all:["Gruntfile.js","tasks/**/*.js","test/**/*.js"]},open:{dev:{path:"http://mozilla.com/",app:"firefox"},google:{url:"http://google.com/",app:"Google Chrome"},default_app:{url:"http://example.com/",options:{delay:100}},file:{file:"/etc/hosts"},onOpen:{file:"./LICENSE",options:{openOn:"openOnTrigger"}},neverTrigger:{file:path.join(__dirname,".jshintrc"),options:{openOn:"nevertriggered"}}}}),e.registerTask("mockOnTrigger",(function(){var t=this.async();setTimeout((function(){e.event.emit("openOnTrigger"),t()}),100)})),e.loadNpmTasks("grunt-contrib-jshint"),e.loadTasks("tasks"),e.registerTask("default",["jshint","test"]),e.registerTask("test",["open","mockOnTrigger"])};
//# sourceMappingURL=/sm/633e652579ed4cf706808e123bdace3eebb6358eaaab5da722832d930eb7689d.map