Skip to content

Commit

Permalink
manually bust cache
Browse files Browse the repository at this point in the history
A number of people using recent sources experimenting with
caches will need to bust the cache at least once.  While we have
correct caching implemented now, the previous caching
implementation requires one busting in order to clear things
through.
  • Loading branch information
bewest committed Jun 30, 2014
1 parent 0394b54 commit 514718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
<script src='/bower_components/d3/d3.min.js'></script>
<script src='/bower_components/jquery/dist/jquery.min.js'></script>
<script src='/js/dropdown.js'></script>
<script src='/js/client.js'></script>
<script src='/js/client.js?a'></script>
</body>
</html>

0 comments on commit 514718f

Please sign in to comment.