From 542d7dd54390e46c96e05794199ee7a3a06929a7 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 20 Oct 2015 22:48:32 +1030 Subject: [PATCH] Update broken bower resource paths --- framework/core/js/forum/Gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/js/forum/Gulpfile.js b/framework/core/js/forum/Gulpfile.js index 7672de648..4f9229b20 100644 --- a/framework/core/js/forum/Gulpfile.js +++ b/framework/core/js/forum/Gulpfile.js @@ -13,9 +13,9 @@ gulp({ bowerDir + '/m.attrs.bidi/bidi.js', bowerDir + '/jquery/dist/jquery.js', bowerDir + '/jquery.hotkeys/jquery.hotkeys.js', - bowerDir + '/color-thief/js/color-thief.js', + bowerDir + '/color-thief/src/color-thief.js', bowerDir + '/moment/moment.js', - bowerDir + '/autolink/autolink.js', + bowerDir + '/autolink/autolink.min.js', bowerDir + '/bootstrap/js/affix.js', bowerDir + '/bootstrap/js/dropdown.js',