Skip to content

Commit

Permalink
Upgrade Rivets to latest 0.5.x line
Browse files Browse the repository at this point in the history
Rivets 0.6.x has breaking changes. Upgrading to the latest release that
works with the current configuration.
  • Loading branch information
ssorallen committed Dec 16, 2013
1 parent b3d6e59 commit 94c7964
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define([
'backbone',
'underscore',
'vendor/rivets'
'rivets'
], function(Backbone, _, rivets) {

'use strict';
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/app/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require.config({
'bootstrap/dropdown' : 'vendor/bootstrap/js/bootstrap-dropdown',
'bootstrap/timepicker' : 'vendor/bootstrap-timepicker/js/bootstrap-timepicker',
'd3' : 'vendor/d3.v3',
'rivets' : 'vendor/rivets-0.5.13',
'underscore' : 'vendor/lodash',
'moment' : 'vendor/moment.min',
'backpack' : 'vendor/backpack',
Expand Down
Loading

0 comments on commit 94c7964

Please sign in to comment.