Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
change script include name to 2.0 for cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jun 25, 2015
1 parent 948eebe commit 3db723e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions source/Core/Core.csproj
Expand Up @@ -528,9 +528,9 @@
<None Include="Services\DefaultViewService\HttpAssets\app\crypto.min.js.map">
<DependentUpon>crypto.min.js</DependentUpon>
</None>
<None Include="Services\DefaultViewService\HttpAssets\scripts.js.bundle" />
<None Include="Services\DefaultViewService\HttpAssets\scripts.min.js.map">
<DependentUpon>scripts.min.js</DependentUpon>
<None Include="Services\DefaultViewService\HttpAssets\scripts.2.0.0.js.bundle" />
<None Include="Services\DefaultViewService\HttpAssets\scripts.2.0.0.min.js.map">
<DependentUpon>scripts.2.0.0.min.js</DependentUpon>
</None>
<None Include="Services\DefaultViewService\HttpAssets\styles.css.bundle" />
<None Include="packages.config" />
Expand Down Expand Up @@ -579,11 +579,11 @@
<Content Include="Services\DefaultViewService\HttpAssets\libs\encoder\encoder.min.js" />
<Content Include="Services\DefaultViewService\HttpAssets\libs\jquery\jquery-1.11.0.js" />
<Content Include="Services\DefaultViewService\HttpAssets\libs\jquery\jquery-1.11.0.min.js" />
<EmbeddedResource Include="Services\DefaultViewService\HttpAssets\scripts.js">
<DependentUpon>scripts.js.bundle</DependentUpon>
<EmbeddedResource Include="Services\DefaultViewService\HttpAssets\scripts.2.0.0.js">
<DependentUpon>scripts.2.0.0.js.bundle</DependentUpon>
</EmbeddedResource>
<Content Include="Services\DefaultViewService\HttpAssets\scripts.min.js">
<DependentUpon>scripts.js</DependentUpon>
<Content Include="Services\DefaultViewService\HttpAssets\scripts.2.0.0.min.js">
<DependentUpon>scripts.2.0.0.js</DependentUpon>
</Content>
<Content Include="Services\DefaultViewService\HttpAssets\styles.css">
<DependentUpon>styles.css.bundle</DependentUpon>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Expand Up @@ -29,7 +29,7 @@
</div>

<script id='modelJson' type='application/json'>{model}</script>
<script src="{applicationPath}/assets/scripts.js"></script>
<script src="{applicationPath}/assets/scripts.2.0.0.js"></script>
{scripts}
</body>
</html>

0 comments on commit 3db723e

Please sign in to comment.