blob: 68d6937d9880815b94800c9f09906006dfd83c2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System.Web;
using System.Web.Optimization;
namespace Tango.MachineService.Gateway
{
public class BundleConfig
{
// For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
}
}
}
|