From 0541a662ff7d0260a50fb966aa75562f4be39781 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 7 Jun 2016 00:12:17 +0100 Subject: [PATCH] Fixed path --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d3c1193c..b863c580 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -24,7 +24,7 @@ elixir(function (mix) { 'node_modules/livestamp/livestamp.js', 'node_modules/jquery-minicolors/jquery.minicolors.js', 'node_modules/jquery-serializeobject/jquery.serializeObject.js', - 'node_modules/Chart.js/dist/Chart.js', + 'node_modules/chart.js/dist/Chart.js', 'node_modules/jquery-sparkline/jquery.sparkline.js', 'node_modules/sweetalert/dist/sweetalert.min.js', 'resources/assets/js/password-strength.js',