Initiate InventoyTypes from a xlxs
Arrival mostly working
This commit is contained in:
@@ -6,7 +6,7 @@ namespace InventoryTraker.Web
|
||||
{
|
||||
public static void RegisterBundles(BundleCollection bundles)
|
||||
{
|
||||
bundles.Add(new StyleBundle("~/Content/all.css")
|
||||
bundles.Add(new StyleBundle("~/Content/all-styles")
|
||||
.Include("~/Content/font-awesome.css")
|
||||
.Include("~/Content/bootstrap.css")
|
||||
.Include("~/Content/sb-admin.css")
|
||||
@@ -14,7 +14,7 @@ namespace InventoryTraker.Web
|
||||
.Include("~/Content/ui-grid.css")
|
||||
);
|
||||
|
||||
bundles.Add(new ScriptBundle("~/js/all.js")
|
||||
bundles.Add(new ScriptBundle("~/js/all-javascript")
|
||||
.Include("~/Scripts/jquery-1.9.1.js")
|
||||
.Include("~/Scripts/bootstrap.js")
|
||||
.Include("~/Scripts/angular.js")
|
||||
|
||||
Reference in New Issue
Block a user