From f34eda7ebe8c66c1635a9fbd6af588eceae3cf1f Mon Sep 17 00:00:00 2001 From: Joe Flynn Date: Fri, 4 Dec 2015 13:45:29 -0500 Subject: [PATCH] correct jQuery minification path --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3672131..db32164 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function (grunt) { uglify: { build: { src: [ - '/res/components/jquery/dist/jquery.js', + 'res/components/jquery/dist/jquery.js', 'res/components/bootstrap/dist/js/bootstrap.js', 'res/components/fitvids/jquery.fitvids.js', 'res/js/global.js'