/*
This file is the main entry point for defining grunt tasks and using grunt plugins.
Click here to learn more: https://docs.asp.net/en/latest/client-side/using-grunt.html
*/
"use strict";
module.exports = function(grunt) {
grunt.initConfig({
});
};