Updated bundles

This commit is contained in:
Aaron Yarborough 2017-02-10 14:36:17 +00:00
parent 09ea720979
commit e660ae49f0

View file

@ -10,7 +10,8 @@ namespace BankingBot.ScriptManagement
{
public static string[] Global => new[]
{
"jquery-3.1.1.min"
"jquery-3.1.1.min",
"global.js"
};
}
}