From e8f4422a3ba0e3c5dada431ebb3a8e0283b1f530 Mon Sep 17 00:00:00 2001 From: Matt Jeanes Date: Mon, 17 Apr 2017 22:56:36 +0100 Subject: [PATCH] Fix systemjs config not being included gulp lib copy runs too early, TypeScript is not yet compiled so it doesn't get copied to lib, just including it in the root this time --- Ombi/Ombi/Views/Shared/_Layout.cshtml | 2 +- Ombi/Ombi/gulpfile.js | 3 +-- Ombi/Ombi/{ => wwwroot}/systemjs.config.ts | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename Ombi/Ombi/{ => wwwroot}/systemjs.config.ts (100%) diff --git a/Ombi/Ombi/Views/Shared/_Layout.cshtml b/Ombi/Ombi/Views/Shared/_Layout.cshtml index fafd4a355..cffc02a60 100644 --- a/Ombi/Ombi/Views/Shared/_Layout.cshtml +++ b/Ombi/Ombi/Views/Shared/_Layout.cshtml @@ -15,7 +15,7 @@