/**
 * Minified by jsDelivr using Terser v5.37.0.
 * Original file: /npm/grunt-notify@0.4.5/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(s){require("time-grunt")(s),s.initConfig({notify:{custom_options:{options:{title:"Notify Title",message:'This is a "Notify Message" test!'}},just_message:{options:{message:"Just Message"}},example:{options:{title:"Doodle or Die",message:"Deploy to production success!"}},directory:{options:{title:"Directory",message:"Look in c:\\temp\\new\\ or /var/tmp/new."}},newlines:{options:{title:"Directory",message:"Line 1\nLine 2\nLine3\nLine 4\nLine 5."}}},watch:{example:{options:{spawn:!0},files:["Gruntfile.js","tasks/**/*.js","test/**/*.js"],tasks:["notify:custom_options"]},test:{options:{spawn:!0},files:["Gruntfile.js","tasks/**/*.js","test/**/*.js"],tasks:["jshint","mochaTest"]}},mochaTest:{notify:{src:"test/**/*.test.js",options:{reporter:"spec"}}},jshint:{options:{jshintrc:".jshintrc",force:!0},all:["Gruntfile.js","tasks/**/*.js","tests/**/*","lib/**/*"],fixtures:["test/fixtures/*.js"]}}),require("load-grunt-tasks")(s),s.loadTasks("tasks"),s.registerTask("test",["jshint","notify","mochaTest"]),s.registerTask("default",["test"])};
//# sourceMappingURL=/sm/2c9b7c19a2803407ab3034580e144c92f745ff8238a0251088f02cdae99329e5.map