From 52fac8dbe55be892eab3c2415ea8d6911e50413d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 12 Dec 2014 10:32:18 +0000 Subject: [PATCH] Correct the rivets file name --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 743cf9e9..8e338c32 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -10,7 +10,7 @@ elixir(function(mix) { 'bower_components/jquery/dist/jquery.min.js', 'bower_components/bootstrap-sass-official/assets/javascripts/bootstrap.js', 'bower_components/chartjs/Chart.min.js', - 'bower_components/rivets/dist/riverts.bundle.js', + 'bower_components/rivets/dist/rivets.bundle.js', 'js/app.js', 'js/**/*.js', ], './app/assets/')