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 @@ - +
diff --git a/Ombi/Ombi/gulpfile.js b/Ombi/Ombi/gulpfile.js index 07d74e81c..273ed969e 100644 --- a/Ombi/Ombi/gulpfile.js +++ b/Ombi/Ombi/gulpfile.js @@ -55,8 +55,7 @@ var paths = { './bower_components/PACE/pace.js', './node_modules/bootstrap/dist/js/bootstrap.js', './node_modules/tether/dist/js/tether.js', - './node_modules/angular2-jwt/angular2-jwt.js', - './systemjs.config.js', + './node_modules/angular2-jwt/angular2-jwt.js' ], dest: './lib/' }, diff --git a/Ombi/Ombi/systemjs.config.ts b/Ombi/Ombi/wwwroot/systemjs.config.ts similarity index 100% rename from Ombi/Ombi/systemjs.config.ts rename to Ombi/Ombi/wwwroot/systemjs.config.ts