banking-bot/BankingBot/ScriptManagement/ScriptBundles.cs
2017-02-10 15:26:36 +00:00

11 lines
272 B
C#

namespace BankingBot.ScriptManagement
{
public static class ScriptBundles
{
public static string[] Global => new[]
{
"ScriptManagement/Scripts/jquery-3.1.1.min.js",
"ScriptManagement/Scripts/global.js"
};
}
}