Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team Umbraco stats optimisation #655

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions OurUmbraco.Site/OurUmbraco.Site.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\UmbracoCms.7.15.3\build\UmbracoCms.props" Condition="Exists('..\packages\UmbracoCms.7.15.3\build\UmbracoCms.props')" />
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
Expand Down Expand Up @@ -664,33 +664,6 @@
<Content Include="projects\umbraco-pro\contour\Documentation\Installation\DeveloperSectionPackageRepoContourInstallPackageStatus.png" />
<Content Include="projects\umbraco-pro\contour\Documentation\Installation\DeveloperSectionPackageRepoContourInstallPackageWait.png" />
<Content Include="robots.txt" />
<Content Include="scripts\amcharts\charts.js" />
<Content Include="scripts\amcharts\core.js" />
<Content Include="scripts\amcharts\deps\canvg.js" />
<Content Include="scripts\amcharts\deps\pdfmake.js" />
<Content Include="scripts\amcharts\deps\responsivedefaults.js" />
<Content Include="scripts\amcharts\deps\xlsx.js" />
<Content Include="scripts\amcharts\lang\de_CH.js" />
<Content Include="scripts\amcharts\lang\de_DE.js" />
<Content Include="scripts\amcharts\lang\en.js" />
<Content Include="scripts\amcharts\lang\en_CA.js" />
<Content Include="scripts\amcharts\lang\en_US.js" />
<Content Include="scripts\amcharts\lang\es_ES.js" />
<Content Include="scripts\amcharts\lang\lt_LT.js" />
<Content Include="scripts\amcharts\lang\nl_NL.js" />
<Content Include="scripts\amcharts\lang\pt_BR.js" />
<Content Include="scripts\amcharts\lang\pt_PT.js" />
<Content Include="scripts\amcharts\lang\ru_RU.js" />
<Content Include="scripts\amcharts\lang\sv_SV.js" />
<Content Include="scripts\amcharts\maps.js" />
<Content Include="scripts\amcharts\themes\animated.js" />
<Content Include="scripts\amcharts\themes\dark.js" />
<Content Include="scripts\amcharts\themes\dataviz.js" />
<Content Include="scripts\amcharts\themes\frozen.js" />
<Content Include="scripts\amcharts\themes\kelly.js" />
<Content Include="scripts\amcharts\themes\material.js" />
<Content Include="scripts\amcharts\themes\moonrisekingdom.js" />
<Content Include="scripts\amcharts\themes\spiritedaway.js" />
<Content Include="scripts\anchorjs\anchorjs.custom.js" />
<Content Include="scripts\forumsignalr.js" />
<Content Include="scripts\forum\Markdown.App.js" />
Expand All @@ -712,9 +685,6 @@
<Content Include="config\CommunityBlogs.json" />
<None Include="Media\Web.config" />
<None Include="Properties\PublishProfiles\Local.pubxml" />
<Content Include="scripts\amcharts\CHANGELOG.md" />
<Content Include="scripts\amcharts\LICENSE" />
<Content Include="scripts\amcharts\README.md" />
<None Include="scripts\jquery-1.6.4-vsdoc.js" />
<Content Include="scripts\jquery-1.6.4.js" />
<Content Include="scripts\jquery-1.6.4.min.js" />
Expand Down
208 changes: 146 additions & 62 deletions OurUmbraco.Site/Views/TeamUmbraco.cshtml

Large diffs are not rendered by default.

629 changes: 0 additions & 629 deletions OurUmbraco.Site/scripts/amcharts/CHANGELOG.md

This file was deleted.

35 changes: 0 additions & 35 deletions OurUmbraco.Site/scripts/amcharts/LICENSE

This file was deleted.

80 changes: 0 additions & 80 deletions OurUmbraco.Site/scripts/amcharts/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions OurUmbraco.Site/scripts/amcharts/charts.js

This file was deleted.

20 changes: 0 additions & 20 deletions OurUmbraco.Site/scripts/amcharts/core.js

This file was deleted.

21 changes: 0 additions & 21 deletions OurUmbraco.Site/scripts/amcharts/deps/canvg.js

This file was deleted.

37 changes: 0 additions & 37 deletions OurUmbraco.Site/scripts/amcharts/deps/pdfmake.js

This file was deleted.

21 changes: 0 additions & 21 deletions OurUmbraco.Site/scripts/amcharts/deps/responsivedefaults.js

This file was deleted.

28 changes: 0 additions & 28 deletions OurUmbraco.Site/scripts/amcharts/deps/xlsx.js

This file was deleted.

Loading