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