Skip to content

Commit

Permalink
Fixes and preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jusemon committed Mar 19, 2019
1 parent 252c994 commit 559797d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
24 changes: 24 additions & 0 deletions 4.UI/OG.Zoo.UI/ClientApp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,30 @@
"maximumError": "5mb"
}
]
},
"selfcontained": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.selfcontained.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
}
}
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{
color: mat-color($primary);
}
}

Binary file modified 4.UI/OG.Zoo.UI/ClientApp/src/assets/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function getBaseUrl() {
return `${document.getElementsByTagName('base')[0].href}api`;
}

export const environment = {
production: true,
apiZoo: getBaseUrl(),
key: 'zoo'
};
2 changes: 1 addition & 1 deletion 4.UI/OG.Zoo.UI/OG.Zoo.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="LightInject.Microsoft.AspNetCore.Hosting" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 559797d

Please sign in to comment.