13 lines
260 B
C#
13 lines
260 B
C#
|
|
using System.Web.Optimization;
|
|||
|
|
|
|||
|
|
namespace BeWoPlanerMobil
|
|||
|
|
{
|
|||
|
|
public class BundleConfig
|
|||
|
|
{
|
|||
|
|
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
|
|||
|
|
public static void RegisterBundles(BundleCollection bundles)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|