Skip to content

Commit

Permalink
cache busting - v4
Browse files Browse the repository at this point in the history
  • Loading branch information
naphatkrit committed Feb 6, 2016
1 parent fb8ca1a commit 86896f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course_selection/static/js/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ require.config(<any> /* TODO(dxue) fix type */ {
priority: [
"angular"
],
urlArgs: "bust=v3"
urlArgs: "bust=v4"
});

require(['angular',
Expand Down
2 changes: 1 addition & 1 deletion course_selection/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
{% endblock %}

{% block link_or_script_nonblocking %}
<script src="{% static 'bower_components/requirejs/require.js?bust=v3' %}" data-main="{% static 'js/config.js?bust=v3' %}"></script>
<script src="{% static 'bower_components/requirejs/require.js?bust=v4' %}" data-main="{% static 'js/config.js?bust=v4' %}"></script>
{% endblock %}

0 comments on commit 86896f3

Please sign in to comment.