From 730fb6119901fb1cc26bda8cba9805cdee981ffd Mon Sep 17 00:00:00 2001 From: Garrett Dimon Date: Tue, 25 Oct 2016 17:18:28 -0500 Subject: [PATCH] Fixing the Gruntfile to include the Dribbble URL variable. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 91d392e..36fdabe 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -88,6 +88,7 @@ module.exports = function(grunt) { facebook_url: "<%= config.images.facebook_url %>", pinterest_url: "<%= config.images.pinterest_url %>", instagram_url: "<%= config.images.instagram_url %>", + dribbble_url: "<%= config.images.dribbble_url %>", google_plus_url: "<%= config.images.google_plus_url %>", youtube_url: "<%= config.images.youtube_url %>", linkedin_url: "<%= config.images.linkedin_url %>"